Html Css Color HEX #F0014F Razzmatazz

📋 copy color: '#F0014F'

red 240 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #F0014F

Tints of Razzmatazz #F0014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.69%

R = 75%
G = 0.31%
B = 24.69%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0014F (or 0xF0014F) is known color: Razzmatazz. HEX triplet: F0, 01 and 4F. RGB value is (240,1,79). Sum of RGB (Red+Green+Blue) = 240+1+79=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0014F is #0FFEB0. Grayscale: #515151. Windows color (decimal): -1048241 or 5177840. OLE color: 5177840.

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

Color convert

RGB 240 1 79 -
CMYK 0 1.00 0.67 0.06
HSL 340.42º 0.99% 0.47% -
HSV(B) 340.42º 1% 0.94% -
XYZ 37.36 19.11 9.12 -
YUV 81.35 126.68 241.16 -
System Red Green Blue C M Y K H S L
Decimal 240 1 79 0 1.00 0.67 0.06 340.42 0.99 0.47
Hex F0 1 4F 0 64 43 6 154 63 2F
Octal 360 1 117 0 144 103 6 524 143 57
Binary 11110000 1 1001111 0 1100100 1000011 110 101010100 1100011 101111

Color Harmonies of #F0014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0014F

Black with #F0014F

Text Example


Text Example

White with #F0014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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