Html Css Color HEX #F0325B Radical Red

📋 copy color: '#F0325B'

red 240 ◦ green 50 ◦ blue 91

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

Shades of Radical Red #F0325B

Tints of Radical Red #F0325B

RGB

 RED value IS 240 (94.14% from 255) = 62.99%

 GREEN value IS 50 (19.92% from 255) = 13.12%

 BLUE value IS 91 (35.94% from 255) = 23.88%

R = 62.99%
G = 13.12%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0325B (or 0xF0325B) is known color: Radical Red. HEX triplet: F0, 32 and 5B. RGB value is (240,50,91). Sum of RGB (Red+Green+Blue) = 240+50+91=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0325B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0325B is #0FCDA4. Grayscale: #6F6F6F. Windows color (decimal): -1035685 or 5976816. OLE color: 5976816.

HSL color Cylindrical-coordinate representation of color #F0325B: hue angle of 347.05º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F0325B is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 50 91 -
CMYK 0 0.79 0.62 0.06
HSL 347.05º 0.86% 0.57% -
HSV(B) 347.05º 0.79% 0.94% -
XYZ 38.96 21.56 12.01 -
YUV 111.48 116.45 219.67 -
System Red Green Blue C M Y K H S L
Decimal 240 50 91 0 0.79 0.62 0.06 347.05 0.86 0.57
Hex F0 32 5B 0 4F 3E 6 15B 56 39
Octal 360 62 133 0 117 76 6 533 126 71
Binary 11110000 110010 1011011 0 1001111 111110 110 101011011 1010110 111001

Color Harmonies of #F0325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0325B

Black with #F0325B

Text Example


Text Example

White with #F0325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0325B; }

 p { color: rgb(240,50,91); }

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

background-color css

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

 a { background-color: rgb(240,50,91); }

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

border-color css

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

 span { border-color: rgb(240,50,91); }

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