Html Css Color HEX #F00653 Razzmatazz

📋 copy color: '#F00653'

red 240 ◦ green 6 ◦ blue 83

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

Shades of Razzmatazz #F00653

Tints of Razzmatazz #F00653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.23%

R = 72.95%
G = 1.82%
B = 25.23%

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

#F00653 (or 0xF00653) is known color: Razzmatazz. HEX triplet: F0, 06 and 53. RGB value is (240,6,83). Sum of RGB (Red+Green+Blue) = 240+6+83=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 83 (32.81% from 255 or 25.23% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F00653 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00653 is #0FF9AC. Grayscale: #545454. Windows color (decimal): -1046957 or 5441264. OLE color: 5441264.

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

Color convert

RGB 240 6 83 -
CMYK 0 0.98 0.65 0.06
HSL 340.26º 0.95% 0.48% -
HSV(B) 340.26º 0.98% 0.94% -
XYZ 37.56 19.28 9.93 -
YUV 84.74 127.02 238.74 -
System Red Green Blue C M Y K H S L
Decimal 240 6 83 0 0.98 0.65 0.06 340.26 0.95 0.48
Hex F0 6 53 0 62 41 6 154 5F 30
Octal 360 6 123 0 142 101 6 524 137 60
Binary 11110000 110 1010011 0 1100010 1000001 110 101010100 1011111 110000

Color Harmonies of #F00653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00653

Black with #F00653

Text Example


Text Example

White with #F00653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00653; }

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

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

background-color css

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

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

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

border-color css

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

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

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