Html Css Color HEX #F00378 Razzmatazz

📋 copy color: '#F00378'

red 240 ◦ green 3 ◦ blue 120

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

Shades of Razzmatazz #F00378

Tints of Razzmatazz #F00378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.83%

 BLUE value IS 120 (47.27% from 255) = 33.06%

R = 66.12%
G = 0.83%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#F00378 (or 0xF00378) is known color: Razzmatazz. HEX triplet: F0, 03 and 78. RGB value is (240,3,120). Sum of RGB (Red+Green+Blue) = 240+3+120=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F00378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00378 is #0FFC87. Grayscale: #565656. Windows color (decimal): -1047688 or 7865328. OLE color: 7865328.

HSL color Cylindrical-coordinate representation of color #F00378: hue angle of 330.38º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00378 is Cyan = 0, Magento = 0.99, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 3 120 -
CMYK 0 0.99 0.5 0.06
HSL 330.38º 0.98% 0.48% -
HSV(B) 330.38º 0.99% 0.94% -
XYZ 39.36 19.95 19.54 -
YUV 87.2 146.52 236.99 -
System Red Green Blue C M Y K H S L
Decimal 240 3 120 0 0.99 0.5 0.06 330.38 0.98 0.48
Hex F0 3 78 0 63 32 6 14A 62 30
Octal 360 3 170 0 143 62 6 512 142 60
Binary 11110000 11 1111000 0 1100011 110010 110 101001010 1100010 110000

Color Harmonies of #F00378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00378

Black with #F00378

Text Example


Text Example

White with #F00378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00378; }

 p { color: rgb(240,3,120); }

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

background-color css

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

 a { background-color: rgb(240,3,120); }

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

border-color css

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

 span { border-color: rgb(240,3,120); }

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