Html Css Color HEX #F9414B Radical Red

📋 copy color: '#F9414B'

red 249 ◦ green 65 ◦ blue 75

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

Shades of Radical Red #F9414B

Tints of Radical Red #F9414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.71%

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 64.01%
G = 16.71%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#F9414B (or 0xF9414B) is known color: Radical Red. HEX triplet: F9, 41 and 4B. RGB value is (249,65,75). Sum of RGB (Red+Green+Blue) = 249+65+75=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F9414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9414B is #06BEB4. Grayscale: #797979. Windows color (decimal): -442037 or 4932089. OLE color: 4932089.

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

Color convert

RGB 249 65 75 -
CMYK 0 0.74 0.70 0.02
HSL 356.74º 0.94% 0.62% -
HSV(B) 356.74º 0.74% 0.98% -
XYZ 42.23 24.43 9.15 -
YUV 121.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 249 65 75 0 0.74 0.70 0.02 356.74 0.94 0.62
Hex F9 41 4B 0 4A 46 2 165 5E 3E
Octal 371 101 113 0 112 106 2 545 136 76
Binary 11111001 1000001 1001011 0 1001010 1000110 10 101100101 1011110 111110

Color Harmonies of #F9414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9414B

Black with #F9414B

Text Example


Text Example

White with #F9414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9414B; }

 p { color: rgb(249,65,75); }

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

background-color css

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

 a { background-color: rgb(249,65,75); }

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

border-color css

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

 span { border-color: rgb(249,65,75); }

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