Html Css Color HEX #F94071 Radical Red

📋 copy color: '#F94071'

red 249 ◦ green 64 ◦ blue 113

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

Shades of Radical Red #F94071

Tints of Radical Red #F94071

RGB

 RED value IS 249 (97.66% from 255) = 58.45%

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 113 (44.53% from 255) = 26.53%

R = 58.45%
G = 15.02%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F94071 (or 0xF94071) is known color: Radical Red. HEX triplet: F9, 40 and 71. RGB value is (249,64,113). Sum of RGB (Red+Green+Blue) = 249+64+113=426 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.45% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 249 - color contains mainly: red. Hex color #F94071 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94071 is #06BF8E. Grayscale: #7C7C7C. Windows color (decimal): -442255 or 7422201. OLE color: 7422201.

HSL color Cylindrical-coordinate representation of color #F94071: hue angle of 344.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F94071 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 113 -
CMYK 0 0.74 0.55 0.02
HSL 344.11º 0.94% 0.61% -
HSV(B) 344.11º 0.74% 0.98% -
XYZ 43.88 25 18.14 -
YUV 124.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 249 64 113 0 0.74 0.55 0.02 344.11 0.94 0.61
Hex F9 40 71 0 4A 37 2 158 5E 3D
Octal 371 100 161 0 112 67 2 530 136 75
Binary 11111001 1000000 1110001 0 1001010 110111 10 101011000 1011110 111101

Color Harmonies of #F94071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94071

Black with #F94071

Text Example


Text Example

White with #F94071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94071; }

 p { color: rgb(249,64,113); }

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

background-color css

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

 a { background-color: rgb(249,64,113); }

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

border-color css

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

 span { border-color: rgb(249,64,113); }

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