Html Css Color HEX #F91C5C Radical Red

📋 copy color: '#F91C5C'

red 249 ◦ green 28 ◦ blue 92

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

Shades of Radical Red #F91C5C

Tints of Radical Red #F91C5C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 67.48%
G = 7.59%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#F91C5C (or 0xF91C5C) is known color: Radical Red. HEX triplet: F9, 1C and 5C. RGB value is (249,28,92). Sum of RGB (Red+Green+Blue) = 249+28+92=369 (48% of max value = 765). Red value is 249 (97.66% from 255 or 67.48% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F91C5C is #06E3A3. Grayscale: #656565. Windows color (decimal): -451492 or 6036729. OLE color: 6036729.

HSL color Cylindrical-coordinate representation of color #F91C5C: hue angle of 342.62º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C5C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 28 92 -
CMYK 0 0.89 0.63 0.02
HSL 342.62º 0.95% 0.54% -
HSV(B) 342.62º 0.89% 0.98% -
XYZ 41.41 21.74 12.14 -
YUV 101.38 122.72 233.3 -
System Red Green Blue C M Y K H S L
Decimal 249 28 92 0 0.89 0.63 0.02 342.62 0.95 0.54
Hex F9 1C 5C 0 59 3F 2 157 5F 36
Octal 371 34 134 0 131 77 2 527 137 66
Binary 11111001 11100 1011100 0 1011001 111111 10 101010111 1011111 110110

Color Harmonies of #F91C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91C5C

Black with #F91C5C

Text Example


Text Example

White with #F91C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91C5C; }

 p { color: rgb(249,28,92); }

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

background-color css

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

 a { background-color: rgb(249,28,92); }

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

border-color css

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

 span { border-color: rgb(249,28,92); }

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