Html Css Color HEX #F94262 Radical Red

📋 copy color: '#F94262'

red 249 ◦ green 66 ◦ blue 98

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

Shades of Radical Red #F94262

Tints of Radical Red #F94262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

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

R = 60.29%
G = 15.98%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#F94262 (or 0xF94262) is known color: Radical Red. HEX triplet: F9, 42 and 62. RGB value is (249,66,98). Sum of RGB (Red+Green+Blue) = 249+66+98=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F94262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F94262 is #06BD9D. Grayscale: #7C7C7C. Windows color (decimal): -441758 or 6439673. OLE color: 6439673.

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

Color convert

RGB 249 66 98 -
CMYK 0 0.73 0.61 0.02
HSL 349.51º 0.94% 0.62% -
HSV(B) 349.51º 0.73% 0.98% -
XYZ 43.22 24.92 14.09 -
YUV 124.37 113.13 216.9 -
System Red Green Blue C M Y K H S L
Decimal 249 66 98 0 0.73 0.61 0.02 349.51 0.94 0.62
Hex F9 42 62 0 49 3D 2 15E 5E 3E
Octal 371 102 142 0 111 75 2 536 136 76
Binary 11111001 1000010 1100010 0 1001001 111101 10 101011110 1011110 111110

Color Harmonies of #F94262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94262

Black with #F94262

Text Example


Text Example

White with #F94262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94262; }

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

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

background-color css

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

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

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

border-color css

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

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

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