Html Css Color HEX #F072BB Persian Pink

📋 copy color: '#F072BB'

red 240 ◦ green 114 ◦ blue 187

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

Shades of Persian Pink #F072BB

Tints of Persian Pink #F072BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.07%

 BLUE value IS 187 (73.44% from 255) = 34.57%

R = 44.36%
G = 21.07%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F072BB (or 0xF072BB) is known color: Persian Pink. HEX triplet: F0, 72 and BB. RGB value is (240,114,187). Sum of RGB (Red+Green+Blue) = 240+114+187=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F072BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F072BB is #0F8D44. Grayscale: #9F9F9F. Windows color (decimal): -1019205 or 12284656. OLE color: 12284656.

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

Color convert

RGB 240 114 187 -
CMYK 0 0.52 0.22 0.06
HSL 325.24º 0.81% 0.69% -
HSV(B) 325.24º 0.53% 0.94% -
XYZ 50.92 34.15 50.92 -
YUV 160 143.24 185.06 -
System Red Green Blue C M Y K H S L
Decimal 240 114 187 0 0.52 0.22 0.06 325.24 0.81 0.69
Hex F0 72 BB 0 34 16 6 145 51 45
Octal 360 162 273 0 64 26 6 505 121 105
Binary 11110000 1110010 10111011 0 110100 10110 110 101000101 1010001 1000101

Color Harmonies of #F072BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F072BB

Black with #F072BB

Text Example


Text Example

White with #F072BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F072BB; }

 p { color: rgb(240,114,187); }

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

background-color css

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

 a { background-color: rgb(240,114,187); }

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

border-color css

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

 span { border-color: rgb(240,114,187); }

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