Html Css Color HEX #F0055F Razzmatazz

📋 copy color: '#F0055F'

red 240 ◦ green 5 ◦ blue 95

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

Shades of Razzmatazz #F0055F

Tints of Razzmatazz #F0055F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.47%

 BLUE value IS 95 (37.5% from 255) = 27.94%

R = 70.59%
G = 1.47%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0055F (or 0xF0055F) is known color: Razzmatazz. HEX triplet: F0, 05 and 5F. RGB value is (240,5,95). Sum of RGB (Red+Green+Blue) = 240+5+95=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0055F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0055F is #0FFAA0. Grayscale: #555555. Windows color (decimal): -1047201 or 6227440. OLE color: 6227440.

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

Color convert

RGB 240 5 95 -
CMYK 0 0.98 0.60 0.06
HSL 337.02º 0.96% 0.48% -
HSV(B) 337.02º 0.98% 0.94% -
XYZ 38.06 19.46 12.58 -
YUV 85.53 133.36 238.18 -
System Red Green Blue C M Y K H S L
Decimal 240 5 95 0 0.98 0.60 0.06 337.02 0.96 0.48
Hex F0 5 5F 0 62 3C 6 151 60 30
Octal 360 5 137 0 142 74 6 521 140 60
Binary 11110000 101 1011111 0 1100010 111100 110 101010001 1100000 110000

Color Harmonies of #F0055F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0055F

Black with #F0055F

Text Example


Text Example

White with #F0055F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0055F; }

 p { color: rgb(240,5,95); }

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

background-color css

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

 a { background-color: rgb(240,5,95); }

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

border-color css

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

 span { border-color: rgb(240,5,95); }

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