Html Css Color HEX #F01298 Deep Pink

📋 copy color: '#F01298'

red 240 ◦ green 18 ◦ blue 152

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

Shades of Deep Pink #F01298

Tints of Deep Pink #F01298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.39%

 BLUE value IS 152 (59.77% from 255) = 37.07%

R = 58.54%
G = 4.39%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#F01298 (or 0xF01298) is known color: Deep Pink. HEX triplet: F0, 12 and 98. RGB value is (240,18,152). Sum of RGB (Red+Green+Blue) = 240+18+152=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01298 is #0FED67. Grayscale: #636363. Windows color (decimal): -1043816 or 9966320. OLE color: 9966320.

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

Color convert

RGB 240 18 152 -
CMYK 0 0.92 0.37 0.06
HSL 323.78º 0.88% 0.51% -
HSV(B) 323.78º 0.93% 0.94% -
XYZ 41.82 21.22 31.6 -
YUV 99.65 157.55 228.1 -
System Red Green Blue C M Y K H S L
Decimal 240 18 152 0 0.92 0.37 0.06 323.78 0.88 0.51
Hex F0 12 98 0 5C 25 6 144 58 33
Octal 360 22 230 0 134 45 6 504 130 63
Binary 11110000 10010 10011000 0 1011100 100101 110 101000100 1011000 110011

Color Harmonies of #F01298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01298

Black with #F01298

Text Example


Text Example

White with #F01298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01298; }

 p { color: rgb(240,18,152); }

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

background-color css

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

 a { background-color: rgb(240,18,152); }

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

border-color css

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

 span { border-color: rgb(240,18,152); }

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