Html Css Color HEX #F071BC Persian Pink

📋 copy color: '#F071BC'

red 240 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #F071BC

Tints of Persian Pink #F071BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 44.36%
G = 20.89%
B = 34.75%

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

#F071BC (or 0xF071BC) is known color: Persian Pink. HEX triplet: F0, 71 and BC. RGB value is (240,113,188). Sum of RGB (Red+Green+Blue) = 240+113+188=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F071BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F071BC is #0F8E43. Grayscale: #9F9F9F. Windows color (decimal): -1019460 or 12349936. OLE color: 12349936.

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

Color convert

RGB 240 113 188 -
CMYK 0 0.53 0.22 0.06
HSL 324.57º 0.81% 0.69% -
HSV(B) 324.57º 0.53% 0.94% -
XYZ 50.92 33.97 51.45 -
YUV 159.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 240 113 188 0 0.53 0.22 0.06 324.57 0.81 0.69
Hex F0 71 BC 0 35 16 6 145 51 45
Octal 360 161 274 0 65 26 6 505 121 105
Binary 11110000 1110001 10111100 0 110101 10110 110 101000101 1010001 1000101

Color Harmonies of #F071BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F071BC

Black with #F071BC

Text Example


Text Example

White with #F071BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F071BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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