Html Css Color HEX #F0014C Razzmatazz

📋 copy color: '#F0014C'

red 240 ◦ green 1 ◦ blue 76

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

Shades of Razzmatazz #F0014C

Tints of Razzmatazz #F0014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 75.71%
G = 0.32%
B = 23.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0014C (or 0xF0014C) is known color: Razzmatazz. HEX triplet: F0, 01 and 4C. RGB value is (240,1,76). Sum of RGB (Red+Green+Blue) = 240+1+76=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0014C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0014C is #0FFEB3. Grayscale: #505050. Windows color (decimal): -1048244 or 4981232. OLE color: 4981232.

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

Color convert

RGB 240 1 76 -
CMYK 0 1.00 0.68 0.06
HSL 341.17º 0.99% 0.47% -
HSV(B) 341.17º 1% 0.94% -
XYZ 37.25 19.07 8.55 -
YUV 81.01 125.18 241.4 -
System Red Green Blue C M Y K H S L
Decimal 240 1 76 0 1.00 0.68 0.06 341.17 0.99 0.47
Hex F0 1 4C 0 64 44 6 155 63 2F
Octal 360 1 114 0 144 104 6 525 143 57
Binary 11110000 1 1001100 0 1100100 1000100 110 101010101 1100011 101111

Color Harmonies of #F0014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0014C

Black with #F0014C

Text Example


Text Example

White with #F0014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0014C; }

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

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

background-color css

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

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

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

border-color css

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

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

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