Html Css Color HEX #F32A5A Radical Red

📋 copy color: '#F32A5A'

red 243 ◦ green 42 ◦ blue 90

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

Shades of Radical Red #F32A5A

Tints of Radical Red #F32A5A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.2%

 BLUE value IS 90 (35.55% from 255) = 24%

R = 64.8%
G = 11.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F32A5A (or 0xF32A5A) is known color: Radical Red. HEX triplet: F3, 2A and 5A. RGB value is (243,42,90). Sum of RGB (Red+Green+Blue) = 243+42+90=375 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.8% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32A5A is #0CD5A5. Grayscale: #6B6B6B. Windows color (decimal): -841126 or 5909235. OLE color: 5909235.

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

Color convert

RGB 243 42 90 -
CMYK 0 0.83 0.63 0.05
HSL 345.67º 0.89% 0.56% -
HSV(B) 345.67º 0.83% 0.95% -
XYZ 39.64 21.45 11.72 -
YUV 107.57 118.09 224.6 -
System Red Green Blue C M Y K H S L
Decimal 243 42 90 0 0.83 0.63 0.05 345.67 0.89 0.56
Hex F3 2A 5A 0 53 3F 5 15A 59 38
Octal 363 52 132 0 123 77 5 532 131 70
Binary 11110011 101010 1011010 0 1010011 111111 101 101011010 1011001 111000

Color Harmonies of #F32A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A5A

Black with #F32A5A

Text Example


Text Example

White with #F32A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A5A; }

 p { color: rgb(243,42,90); }

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

background-color css

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

 a { background-color: rgb(243,42,90); }

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

border-color css

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

 span { border-color: rgb(243,42,90); }

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