Html Css Color HEX #F94062 Radical Red

📋 copy color: '#F94062'

red 249 ◦ green 64 ◦ blue 98

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

Shades of Radical Red #F94062

Tints of Radical Red #F94062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.84%

R = 60.58%
G = 15.57%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F94062 (or 0xF94062) is known color: Radical Red. HEX triplet: F9, 40 and 62. RGB value is (249,64,98). Sum of RGB (Red+Green+Blue) = 249+64+98=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 98 (38.67% from 255 or 23.84% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F94062 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94062 is #06BF9D. Grayscale: #7B7B7B. Windows color (decimal): -442270 or 6439161. OLE color: 6439161.

HSL color Cylindrical-coordinate representation of color #F94062: hue angle of 348.97º 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 #F94062 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 64 98 -
CMYK 0 0.74 0.61 0.02
HSL 348.97º 0.94% 0.61% -
HSV(B) 348.97º 0.74% 0.98% -
XYZ 43.1 24.69 14.05 -
YUV 123.19 113.79 217.74 -
System Red Green Blue C M Y K H S L
Decimal 249 64 98 0 0.74 0.61 0.02 348.97 0.94 0.61
Hex F9 40 62 0 4A 3D 2 15D 5E 3D
Octal 371 100 142 0 112 75 2 535 136 75
Binary 11111001 1000000 1100010 0 1001010 111101 10 101011101 1011110 111101

Color Harmonies of #F94062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94062

Black with #F94062

Text Example


Text Example

White with #F94062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94062; }

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

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

background-color css

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

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

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

border-color css

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

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

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