Html Css Color HEX #F070B2 Hot Pink

📋 copy color: '#F070B2'

red 240 ◦ green 112 ◦ blue 178

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

Shades of Hot Pink #F070B2

Tints of Hot Pink #F070B2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.13%

 BLUE value IS 178 (69.92% from 255) = 33.58%

R = 45.28%
G = 21.13%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#F070B2 (or 0xF070B2) is known color: Hot Pink. HEX triplet: F0, 70 and B2. RGB value is (240,112,178). Sum of RGB (Red+Green+Blue) = 240+112+178=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F070B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F070B2 is #0F8F4D. Grayscale: #9D9D9D. Windows color (decimal): -1019726 or 11694320. OLE color: 11694320.

HSL color Cylindrical-coordinate representation of color #F070B2: hue angle of 329.06º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F070B2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 112 178 -
CMYK 0 0.53 0.26 0.06
HSL 329.06º 0.81% 0.69% -
HSV(B) 329.06º 0.53% 0.94% -
XYZ 49.77 33.33 45.93 -
YUV 157.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 240 112 178 0 0.53 0.26 0.06 329.06 0.81 0.69
Hex F0 70 B2 0 35 1A 6 149 51 45
Octal 360 160 262 0 65 32 6 511 121 105
Binary 11110000 1110000 10110010 0 110101 11010 110 101001001 1010001 1000101

Color Harmonies of #F070B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070B2

Black with #F070B2

Text Example


Text Example

White with #F070B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070B2; }

 p { color: rgb(240,112,178); }

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

background-color css

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

 a { background-color: rgb(240,112,178); }

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

border-color css

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

 span { border-color: rgb(240,112,178); }

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