Html Css Color HEX #F32962 Radical Red

📋 copy color: '#F32962'

red 243 ◦ green 41 ◦ blue 98

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

Shades of Radical Red #F32962

Tints of Radical Red #F32962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.73%

 BLUE value IS 98 (38.67% from 255) = 25.65%

R = 63.61%
G = 10.73%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F32962 (or 0xF32962) is known color: Radical Red. HEX triplet: F3, 29 and 62. RGB value is (243,41,98). Sum of RGB (Red+Green+Blue) = 243+41+98=382 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.61% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 243 - color contains mainly: red. Hex color #F32962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32962 is #0CD69D. Grayscale: #6B6B6B. Windows color (decimal): -841374 or 6433267. OLE color: 6433267.

HSL color Cylindrical-coordinate representation of color #F32962: hue angle of 343.07º 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 #F32962 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 41 98 -
CMYK 0 0.83 0.60 0.05
HSL 343.07º 0.89% 0.56% -
HSV(B) 343.07º 0.83% 0.95% -
XYZ 39.96 21.52 13.6 -
YUV 107.9 122.42 224.37 -
System Red Green Blue C M Y K H S L
Decimal 243 41 98 0 0.83 0.60 0.05 343.07 0.89 0.56
Hex F3 29 62 0 53 3C 5 157 59 38
Octal 363 51 142 0 123 74 5 527 131 70
Binary 11110011 101001 1100010 0 1010011 111100 101 101010111 1011001 111000

Color Harmonies of #F32962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32962

Black with #F32962

Text Example


Text Example

White with #F32962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32962; }

 p { color: rgb(243,41,98); }

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

background-color css

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

 a { background-color: rgb(243,41,98); }

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

border-color css

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

 span { border-color: rgb(243,41,98); }

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