Html Css Color HEX #F00655 Razzmatazz

📋 copy color: '#F00655'

red 240 ◦ green 6 ◦ blue 85

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

Shades of Razzmatazz #F00655

Tints of Razzmatazz #F00655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.68%

R = 72.51%
G = 1.81%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F00655 (or 0xF00655) is known color: Razzmatazz. HEX triplet: F0, 06 and 55. RGB value is (240,6,85). Sum of RGB (Red+Green+Blue) = 240+6+85=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F00655 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00655 is #0FF9AA. Grayscale: #545454. Windows color (decimal): -1046955 or 5572336. OLE color: 5572336.

HSL color Cylindrical-coordinate representation of color #F00655: hue angle of 339.74º 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 #F00655 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 6 85 -
CMYK 0 0.98 0.65 0.06
HSL 339.74º 0.95% 0.48% -
HSV(B) 339.74º 0.98% 0.94% -
XYZ 37.64 19.31 10.34 -
YUV 84.97 128.02 238.58 -
System Red Green Blue C M Y K H S L
Decimal 240 6 85 0 0.98 0.65 0.06 339.74 0.95 0.48
Hex F0 6 55 0 62 41 6 154 5F 30
Octal 360 6 125 0 142 101 6 524 137 60
Binary 11110000 110 1010101 0 1100010 1000001 110 101010100 1011111 110000

Color Harmonies of #F00655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00655

Black with #F00655

Text Example


Text Example

White with #F00655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00655; }

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

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

background-color css

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

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

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

border-color css

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

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

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