Html Css Color HEX #F0016B Razzmatazz

📋 copy color: '#F0016B'

red 240 ◦ green 1 ◦ blue 107

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

Shades of Razzmatazz #F0016B

Tints of Razzmatazz #F0016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 68.97%
G = 0.29%
B = 30.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0016B (or 0xF0016B) is known color: Razzmatazz. HEX triplet: F0, 01 and 6B. RGB value is (240,1,107). Sum of RGB (Red+Green+Blue) = 240+1+107=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0016B is #0FFE94. Grayscale: #545454. Windows color (decimal): -1048213 or 7012848. OLE color: 7012848.

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

Color convert

RGB 240 1 107 -
CMYK 0 1.00 0.55 0.06
HSL 333.39º 0.99% 0.47% -
HSV(B) 333.39º 1% 0.94% -
XYZ 38.6 19.61 15.66 -
YUV 84.55 140.68 238.88 -
System Red Green Blue C M Y K H S L
Decimal 240 1 107 0 1.00 0.55 0.06 333.39 0.99 0.47
Hex F0 1 6B 0 64 37 6 14D 63 2F
Octal 360 1 153 0 144 67 6 515 143 57
Binary 11110000 1 1101011 0 1100100 110111 110 101001101 1100011 101111

Color Harmonies of #F0016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0016B

Black with #F0016B

Text Example


Text Example

White with #F0016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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