Html Css Color HEX #F0015C Razzmatazz

📋 copy color: '#F0015C'

red 240 ◦ green 1 ◦ blue 92

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

Shades of Razzmatazz #F0015C

Tints of Razzmatazz #F0015C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 72.07%
G = 0.3%
B = 27.63%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#F0015C (or 0xF0015C) is known color: Razzmatazz. HEX triplet: F0, 01 and 5C. RGB value is (240,1,92). Sum of RGB (Red+Green+Blue) = 240+1+92=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0015C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0015C is #0FFEA3. Grayscale: #525252. Windows color (decimal): -1048228 or 6029808. OLE color: 6029808.

HSL color Cylindrical-coordinate representation of color #F0015C: hue angle of 337.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0015C is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 92 -
CMYK 0 1.00 0.62 0.06
HSL 337.15º 0.99% 0.47% -
HSV(B) 337.15º 1% 0.94% -
XYZ 37.88 19.32 11.86 -
YUV 82.84 133.18 240.1 -
System Red Green Blue C M Y K H S L
Decimal 240 1 92 0 1.00 0.62 0.06 337.15 0.99 0.47
Hex F0 1 5C 0 64 3E 6 151 63 2F
Octal 360 1 134 0 144 76 6 521 143 57
Binary 11110000 1 1011100 0 1100100 111110 110 101010001 1100011 101111

Color Harmonies of #F0015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0015C

Black with #F0015C

Text Example


Text Example

White with #F0015C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0015C; }

 p { color: rgb(240,1,92); }

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

background-color css

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

 a { background-color: rgb(240,1,92); }

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

border-color css

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

 span { border-color: rgb(240,1,92); }

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