Html Css Color HEX #F071BA Persian Pink

📋 copy color: '#F071BA'

red 240 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #F071BA

Tints of Persian Pink #F071BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.96%

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

R = 44.53%
G = 20.96%
B = 34.51%

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

#F071BA (or 0xF071BA) is known color: Persian Pink. HEX triplet: F0, 71 and BA. RGB value is (240,113,186). Sum of RGB (Red+Green+Blue) = 240+113+186=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F071BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071BA is #0F8E45. Grayscale: #9F9F9F. Windows color (decimal): -1019462 or 12218864. OLE color: 12218864.

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

Color convert

RGB 240 113 186 -
CMYK 0 0.53 0.22 0.06
HSL 325.51º 0.81% 0.69% -
HSV(B) 325.51º 0.53% 0.94% -
XYZ 50.7 33.88 50.32 -
YUV 159.3 143.08 185.56 -
System Red Green Blue C M Y K H S L
Decimal 240 113 186 0 0.53 0.22 0.06 325.51 0.81 0.69
Hex F0 71 BA 0 35 16 6 146 51 45
Octal 360 161 272 0 65 26 6 506 121 105
Binary 11110000 1110001 10111010 0 110101 10110 110 101000110 1010001 1000101

Color Harmonies of #F071BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071BA

Black with #F071BA

Text Example


Text Example

White with #F071BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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