Html Css Color HEX #F00177 Razzmatazz

📋 copy color: '#F00177'

red 240 ◦ green 1 ◦ blue 119

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

Shades of Razzmatazz #F00177

Tints of Razzmatazz #F00177

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 66.67%
G = 0.28%
B = 33.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F00177 (or 0xF00177) is known color: Razzmatazz. HEX triplet: F0, 01 and 77. RGB value is (240,1,119). Sum of RGB (Red+Green+Blue) = 240+1+119=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00177 is #0FFE88. Grayscale: #555555. Windows color (decimal): -1048201 or 7799280. OLE color: 7799280.

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

Color convert

RGB 240 1 119 -
CMYK 0 1.00 0.50 0.06
HSL 330.38º 0.99% 0.47% -
HSV(B) 330.38º 1% 0.94% -
XYZ 39.28 19.88 19.22 -
YUV 85.91 146.68 237.91 -
System Red Green Blue C M Y K H S L
Decimal 240 1 119 0 1.00 0.50 0.06 330.38 0.99 0.47
Hex F0 1 77 0 64 32 6 14A 63 2F
Octal 360 1 167 0 144 62 6 512 143 57
Binary 11110000 1 1110111 0 1100100 110010 110 101001010 1100011 101111

Color Harmonies of #F00177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00177

Black with #F00177

Text Example


Text Example

White with #F00177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00177; }

 p { color: rgb(240,1,119); }

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

background-color css

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

 a { background-color: rgb(240,1,119); }

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

border-color css

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

 span { border-color: rgb(240,1,119); }

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