Html Css Color HEX #F93669 Radical Red

📋 copy color: '#F93669'

red 249 ◦ green 54 ◦ blue 105

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

Shades of Radical Red #F93669

Tints of Radical Red #F93669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.24%

 BLUE value IS 105 (41.41% from 255) = 25.74%

R = 61.03%
G = 13.24%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#F93669 (or 0xF93669) is known color: Radical Red. HEX triplet: F9, 36 and 69. RGB value is (249,54,105). Sum of RGB (Red+Green+Blue) = 249+54+105=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 54 (21.48% from 255 or 13.24% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F93669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93669 is #06C996. Grayscale: #767676. Windows color (decimal): -444823 or 6895353. OLE color: 6895353.

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

Color convert

RGB 249 54 105 -
CMYK 0 0.78 0.58 0.02
HSL 344.31º 0.94% 0.59% -
HSV(B) 344.31º 0.78% 0.98% -
XYZ 42.94 23.8 15.7 -
YUV 118.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 249 54 105 0 0.78 0.58 0.02 344.31 0.94 0.59
Hex F9 36 69 0 4E 3A 2 158 5E 3B
Octal 371 66 151 0 116 72 2 530 136 73
Binary 11111001 110110 1101001 0 1001110 111010 10 101011000 1011110 111011

Color Harmonies of #F93669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93669

Black with #F93669

Text Example


Text Example

White with #F93669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93669; }

 p { color: rgb(249,54,105); }

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

background-color css

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

 a { background-color: rgb(249,54,105); }

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

border-color css

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

 span { border-color: rgb(249,54,105); }

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