Html Css Color HEX #F32963 Radical Red

📋 copy color: '#F32963'

red 243 ◦ green 41 ◦ blue 99

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

Shades of Radical Red #F32963

Tints of Radical Red #F32963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.85%

R = 63.45%
G = 10.7%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F32963 (or 0xF32963) is known color: Radical Red. HEX triplet: F3, 29 and 63. RGB value is (243,41,99). Sum of RGB (Red+Green+Blue) = 243+41+99=383 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.45% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 243 - color contains mainly: red. Hex color #F32963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32963 is #0CD69C. Grayscale: #6B6B6B. Windows color (decimal): -841373 or 6498803. OLE color: 6498803.

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

Color convert

RGB 243 41 99 -
CMYK 0 0.83 0.59 0.05
HSL 342.77º 0.89% 0.56% -
HSV(B) 342.77º 0.83% 0.95% -
XYZ 40.01 21.54 13.85 -
YUV 108.01 122.92 224.28 -
System Red Green Blue C M Y K H S L
Decimal 243 41 99 0 0.83 0.59 0.05 342.77 0.89 0.56
Hex F3 29 63 0 53 3B 5 157 59 38
Octal 363 51 143 0 123 73 5 527 131 70
Binary 11110011 101001 1100011 0 1010011 111011 101 101010111 1011001 111000

Color Harmonies of #F32963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32963

Black with #F32963

Text Example


Text Example

White with #F32963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32963; }

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

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

background-color css

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

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

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

border-color css

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

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

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