Html Css Color HEX #F00654 Razzmatazz

📋 copy color: '#F00654'

red 240 ◦ green 6 ◦ blue 84

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

Shades of Razzmatazz #F00654

Tints of Razzmatazz #F00654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.45%

R = 72.73%
G = 1.82%
B = 25.45%

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

#F00654 (or 0xF00654) is known color: Razzmatazz. HEX triplet: F0, 06 and 54. RGB value is (240,6,84). Sum of RGB (Red+Green+Blue) = 240+6+84=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00654 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00654 is #0FF9AB. Grayscale: #545454. Windows color (decimal): -1046956 or 5506800. OLE color: 5506800.

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

Color convert

RGB 240 6 84 -
CMYK 0 0.98 0.65 0.06
HSL 340º 0.95% 0.48% -
HSV(B) 340º 0.98% 0.94% -
XYZ 37.6 19.3 10.13 -
YUV 84.86 127.52 238.66 -
System Red Green Blue C M Y K H S L
Decimal 240 6 84 0 0.98 0.65 0.06 340 0.95 0.48
Hex F0 6 54 0 62 41 6 154 5F 30
Octal 360 6 124 0 142 101 6 524 137 60
Binary 11110000 110 1010100 0 1100010 1000001 110 101010100 1011111 110000

Color Harmonies of #F00654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00654

Black with #F00654

Text Example


Text Example

White with #F00654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00654; }

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

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

background-color css

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

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

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

border-color css

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

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

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