Html Css Color HEX #F32961 Radical Red

📋 copy color: '#F32961'

red 243 ◦ green 41 ◦ blue 97

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

Shades of Radical Red #F32961

Tints of Radical Red #F32961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 63.78%
G = 10.76%
B = 25.46%

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

#F32961 (or 0xF32961) is known color: Radical Red. HEX triplet: F3, 29 and 61. RGB value is (243,41,97). Sum of RGB (Red+Green+Blue) = 243+41+97=381 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.78% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 243 - color contains mainly: red. Hex color #F32961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32961 is #0CD69E. Grayscale: #6B6B6B. Windows color (decimal): -841375 or 6367731. OLE color: 6367731.

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

Color convert

RGB 243 41 97 -
CMYK 0 0.83 0.60 0.05
HSL 343.37º 0.89% 0.56% -
HSV(B) 343.37º 0.83% 0.95% -
XYZ 39.91 21.5 13.36 -
YUV 107.78 121.92 224.45 -
System Red Green Blue C M Y K H S L
Decimal 243 41 97 0 0.83 0.60 0.05 343.37 0.89 0.56
Hex F3 29 61 0 53 3C 5 157 59 38
Octal 363 51 141 0 123 74 5 527 131 70
Binary 11110011 101001 1100001 0 1010011 111100 101 101010111 1011001 111000

Color Harmonies of #F32961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32961

Black with #F32961

Text Example


Text Example

White with #F32961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32961; }

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

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

background-color css

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

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

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

border-color css

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

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

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