Html Css Color HEX #F32465 Radical Red

📋 copy color: '#F32465'

red 243 ◦ green 36 ◦ blue 101

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

Shades of Radical Red #F32465

Tints of Radical Red #F32465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.47%

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 63.95%
G = 9.47%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F32465 (or 0xF32465) is known color: Radical Red. HEX triplet: F3, 24 and 65. RGB value is (243,36,101). Sum of RGB (Red+Green+Blue) = 243+36+101=380 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.95% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 243 - color contains mainly: red. Hex color #F32465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32465 is #0CDB9A. Grayscale: #696969. Windows color (decimal): -842651 or 6628595. OLE color: 6628595.

HSL color Cylindrical-coordinate representation of color #F32465: hue angle of 341.16º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32465 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 101 -
CMYK 0 0.85 0.58 0.05
HSL 341.16º 0.9% 0.55% -
HSV(B) 341.16º 0.85% 0.95% -
XYZ 39.94 21.26 14.31 -
YUV 105.3 125.58 226.21 -
System Red Green Blue C M Y K H S L
Decimal 243 36 101 0 0.85 0.58 0.05 341.16 0.9 0.55
Hex F3 24 65 0 55 3A 5 155 5A 37
Octal 363 44 145 0 125 72 5 525 132 67
Binary 11110011 100100 1100101 0 1010101 111010 101 101010101 1011010 110111

Color Harmonies of #F32465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32465

Black with #F32465

Text Example


Text Example

White with #F32465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32465; }

 p { color: rgb(243,36,101); }

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

background-color css

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

 a { background-color: rgb(243,36,101); }

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

border-color css

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

 span { border-color: rgb(243,36,101); }

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