Html Css Color HEX #F4016A Razzmatazz

📋 copy color: '#F4016A'

red 244 ◦ green 1 ◦ blue 106

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

Shades of Razzmatazz #F4016A

Tints of Razzmatazz #F4016A

RGB

 RED value IS 244 (95.7% from 255) = 69.52%

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 69.52%
G = 0.28%
B = 30.2%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4016A (or 0xF4016A) is known color: Razzmatazz. HEX triplet: F4, 01 and 6A. RGB value is (244,1,106). Sum of RGB (Red+Green+Blue) = 244+1+106=351 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.52% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 244 - color contains mainly: red. Hex color #F4016A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4016A is #0BFE95. Grayscale: #555555. Windows color (decimal): -786070 or 6947316. OLE color: 6947316.

HSL color Cylindrical-coordinate representation of color #F4016A: hue angle of 334.07º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4016A is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 106 -
CMYK 0 1.00 0.57 0.04
HSL 334.07º 0.99% 0.48% -
HSV(B) 334.07º 1% 0.96% -
XYZ 39.92 20.3 15.45 -
YUV 85.63 139.51 240.96 -
System Red Green Blue C M Y K H S L
Decimal 244 1 106 0 1.00 0.57 0.04 334.07 0.99 0.48
Hex F4 1 6A 0 64 39 4 14E 63 30
Octal 364 1 152 0 144 71 4 516 143 60
Binary 11110100 1 1101010 0 1100100 111001 100 101001110 1100011 110000

Color Harmonies of #F4016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4016A

Black with #F4016A

Text Example


Text Example

White with #F4016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4016A; }

 p { color: rgb(244,1,106); }

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

background-color css

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

 a { background-color: rgb(244,1,106); }

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

border-color css

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

 span { border-color: rgb(244,1,106); }

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