Html Css Color HEX #F070BA Persian Pink

📋 copy color: '#F070BA'

red 240 ◦ green 112 ◦ blue 186

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

Shades of Persian Pink #F070BA

Tints of Persian Pink #F070BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.57%

R = 44.61%
G = 20.82%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F070BA (or 0xF070BA) is known color: Persian Pink. HEX triplet: F0, 70 and BA. RGB value is (240,112,186). Sum of RGB (Red+Green+Blue) = 240+112+186=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F070BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F070BA is #0F8F45. Grayscale: #9E9E9E. Windows color (decimal): -1019718 or 12218608. OLE color: 12218608.

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

Color convert

RGB 240 112 186 -
CMYK 0 0.53 0.22 0.06
HSL 325.31º 0.81% 0.69% -
HSV(B) 325.31º 0.53% 0.94% -
XYZ 50.59 33.66 50.28 -
YUV 158.71 143.41 185.98 -
System Red Green Blue C M Y K H S L
Decimal 240 112 186 0 0.53 0.22 0.06 325.31 0.81 0.69
Hex F0 70 BA 0 35 16 6 145 51 45
Octal 360 160 272 0 65 26 6 505 121 105
Binary 11110000 1110000 10111010 0 110101 10110 110 101000101 1010001 1000101

Color Harmonies of #F070BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F070BA

Black with #F070BA

Text Example


Text Example

White with #F070BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F070BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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