Html Css Color HEX #F01458 Razzmatazz

📋 copy color: '#F01458'

red 240 ◦ green 20 ◦ blue 88

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

Shades of Razzmatazz #F01458

Tints of Razzmatazz #F01458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.75%

 BLUE value IS 88 (34.77% from 255) = 25.29%

R = 68.97%
G = 5.75%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F01458 (or 0xF01458) is known color: Razzmatazz. HEX triplet: F0, 14 and 58. RGB value is (240,20,88). Sum of RGB (Red+Green+Blue) = 240+20+88=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F01458 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01458 is #0FEBA7. Grayscale: #5D5D5D. Windows color (decimal): -1043368 or 5772528. OLE color: 5772528.

HSL color Cylindrical-coordinate representation of color #F01458: hue angle of 341.45º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01458 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 20 88 -
CMYK 0 0.92 0.63 0.06
HSL 341.45º 0.88% 0.51% -
HSV(B) 341.45º 0.92% 0.94% -
XYZ 37.95 19.73 11.04 -
YUV 93.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 240 20 88 0 0.92 0.63 0.06 341.45 0.88 0.51
Hex F0 14 58 0 5C 3F 6 155 58 33
Octal 360 24 130 0 134 77 6 525 130 63
Binary 11110000 10100 1011000 0 1011100 111111 110 101010101 1011000 110011

Color Harmonies of #F01458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01458

Black with #F01458

Text Example


Text Example

White with #F01458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01458; }

 p { color: rgb(240,20,88); }

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

background-color css

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

 a { background-color: rgb(240,20,88); }

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

border-color css

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

 span { border-color: rgb(240,20,88); }

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