Html Css Color HEX #FA2653 Radical Red

📋 copy color: '#FA2653'

red 250 ◦ green 38 ◦ blue 83

#FA2653
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Radical Red #FA2653

Tints of Radical Red #FA2653

RGB

 RED value IS 250 (98.05% from 255) = 67.39%

 GREEN value IS 38 (15.23% from 255) = 10.24%

 BLUE value IS 83 (32.81% from 255) = 22.37%

R = 67.39%
G = 10.24%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA2653 (or 0xFA2653) is known color: Radical Red. HEX triplet: FA, 26 and 53. RGB value is (250,38,83). Sum of RGB (Red+Green+Blue) = 250+38+83=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2653 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2653 is #05D9AC. Grayscale: #6A6A6A. Windows color (decimal): -383405 or 5449466. OLE color: 5449466.

HSL color Cylindrical-coordinate representation of color #FA2653: hue angle of 347.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2653 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 38 83 -
CMYK 0 0.85 0.67 0.02
HSL 347.26º 0.95% 0.56% -
HSV(B) 347.26º 0.85% 0.98% -
XYZ 41.68 22.33 10.3 -
YUV 106.52 114.74 230.34 -
System Red Green Blue C M Y K H S L
Decimal 250 38 83 0 0.85 0.67 0.02 347.26 0.95 0.56
Hex FA 26 53 0 55 43 2 15B 5F 38
Octal 372 46 123 0 125 103 2 533 137 70
Binary 11111010 100110 1010011 0 1010101 1000011 10 101011011 1011111 111000

Color Harmonies of #FA2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2653

Black with #FA2653

Text Example


Text Example

White with #FA2653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2653; }

 p { color: rgb(250,38,83); }

 H1.HeaderClassName
 {
   color: #FA2653;
 }
 .AnyTagClassName
 {
   color: #FA2653;
 }
</style>

background-color css

<style>
 a { background-color: #FA2653; }

 a { background-color: rgb(250,38,83); }

 div.DivClassName
 {
   background-color: #FA2653;
 }
 .BgClassName
 {
   background-color: #FA2653;
 }
</style>

border-color css

<style>
 span { border-color: #FA2653; }

 span { border-color: rgb(250,38,83); }

 td.TdClassName
 {
   border-color: #FA2653;
 }
 .TagClassName
 {
   border-color: #FA2653;
 }
</style>