Html Css Color HEX #F03467 Radical Red

📋 copy color: '#F03467'

red 240 ◦ green 52 ◦ blue 103

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

Shades of Radical Red #F03467

Tints of Radical Red #F03467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.16%

 BLUE value IS 103 (40.63% from 255) = 26.08%

R = 60.76%
G = 13.16%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F03467 (or 0xF03467) is known color: Radical Red. HEX triplet: F0, 34 and 67. RGB value is (240,52,103). Sum of RGB (Red+Green+Blue) = 240+52+103=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F03467 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03467 is #0FCB98. Grayscale: #727272. Windows color (decimal): -1035161 or 6763760. OLE color: 6763760.

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

Color convert

RGB 240 52 103 -
CMYK 0 0.78 0.57 0.06
HSL 343.72º 0.86% 0.57% -
HSV(B) 343.72º 0.78% 0.94% -
XYZ 39.61 21.96 14.98 -
YUV 114.03 121.78 217.85 -
System Red Green Blue C M Y K H S L
Decimal 240 52 103 0 0.78 0.57 0.06 343.72 0.86 0.57
Hex F0 34 67 0 4E 39 6 158 56 39
Octal 360 64 147 0 116 71 6 530 126 71
Binary 11110000 110100 1100111 0 1001110 111001 110 101011000 1010110 111001

Color Harmonies of #F03467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03467

Black with #F03467

Text Example


Text Example

White with #F03467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03467; }

 p { color: rgb(240,52,103); }

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

background-color css

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

 a { background-color: rgb(240,52,103); }

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

border-color css

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

 span { border-color: rgb(240,52,103); }

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