Html Css Color HEX #F32B5B Radical Red

📋 copy color: '#F32B5B'

red 243 ◦ green 43 ◦ blue 91

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

Shades of Radical Red #F32B5B

Tints of Radical Red #F32B5B

RGB

 RED value IS 243 (95.31% from 255) = 64.46%

 GREEN value IS 43 (17.19% from 255) = 11.41%

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 64.46%
G = 11.41%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F32B5B (or 0xF32B5B) is known color: Radical Red. HEX triplet: F3, 2B and 5B. RGB value is (243,43,91). Sum of RGB (Red+Green+Blue) = 243+43+91=377 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.46% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 243 - color contains mainly: red. Hex color #F32B5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32B5B is #0CD4A4. Grayscale: #6C6C6C. Windows color (decimal): -840869 or 5975027. OLE color: 5975027.

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

Color convert

RGB 243 43 91 -
CMYK 0 0.82 0.63 0.05
HSL 345.6º 0.89% 0.56% -
HSV(B) 345.6º 0.82% 0.95% -
XYZ 39.71 21.54 11.96 -
YUV 108.27 118.26 224.1 -
System Red Green Blue C M Y K H S L
Decimal 243 43 91 0 0.82 0.63 0.05 345.6 0.89 0.56
Hex F3 2B 5B 0 52 3F 5 15A 59 38
Octal 363 53 133 0 122 77 5 532 131 70
Binary 11110011 101011 1011011 0 1010010 111111 101 101011010 1011001 111000

Color Harmonies of #F32B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32B5B

Black with #F32B5B

Text Example


Text Example

White with #F32B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32B5B; }

 p { color: rgb(243,43,91); }

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

background-color css

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

 a { background-color: rgb(243,43,91); }

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

border-color css

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

 span { border-color: rgb(243,43,91); }

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