Html Css Color HEX #F00675 Razzmatazz

📋 copy color: '#F00675'

red 240 ◦ green 6 ◦ blue 117

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

Shades of Razzmatazz #F00675

Tints of Razzmatazz #F00675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

 BLUE value IS 117 (46.09% from 255) = 32.23%

R = 66.12%
G = 1.65%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F00675 (or 0xF00675) is known color: Razzmatazz. HEX triplet: F0, 06 and 75. RGB value is (240,6,117). Sum of RGB (Red+Green+Blue) = 240+6+117=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F00675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00675 is #0FF98A. Grayscale: #585858. Windows color (decimal): -1046923 or 7669488. OLE color: 7669488.

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

Color convert

RGB 240 6 117 -
CMYK 0 0.98 0.51 0.06
HSL 331.54º 0.95% 0.48% -
HSV(B) 331.54º 0.98% 0.94% -
XYZ 39.21 19.94 18.61 -
YUV 88.62 144.02 235.97 -
System Red Green Blue C M Y K H S L
Decimal 240 6 117 0 0.98 0.51 0.06 331.54 0.95 0.48
Hex F0 6 75 0 62 33 6 14C 5F 30
Octal 360 6 165 0 142 63 6 514 137 60
Binary 11110000 110 1110101 0 1100010 110011 110 101001100 1011111 110000

Color Harmonies of #F00675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00675

Black with #F00675

Text Example


Text Example

White with #F00675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00675; }

 p { color: rgb(240,6,117); }

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

background-color css

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

 a { background-color: rgb(240,6,117); }

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

border-color css

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

 span { border-color: rgb(240,6,117); }

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