Html Css Color HEX #F081BC Persian Pink

📋 copy color: '#F081BC'

red 240 ◦ green 129 ◦ blue 188

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

Shades of Persian Pink #F081BC

Tints of Persian Pink #F081BC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.16%

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

R = 43.09%
G = 23.16%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#F081BC (or 0xF081BC) is known color: Persian Pink. HEX triplet: F0, 81 and BC. RGB value is (240,129,188). Sum of RGB (Red+Green+Blue) = 240+129+188=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F081BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081BC is #0F7E43. Grayscale: #A8A8A8. Windows color (decimal): -1015364 or 12354032. OLE color: 12354032.

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

Color convert

RGB 240 129 188 -
CMYK 0 0.46 0.22 0.06
HSL 328.11º 0.79% 0.72% -
HSV(B) 328.11º 0.46% 0.94% -
XYZ 52.86 37.86 52.1 -
YUV 168.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 240 129 188 0 0.46 0.22 0.06 328.11 0.79 0.72
Hex F0 81 BC 0 2E 16 6 148 4F 48
Octal 360 201 274 0 56 26 6 510 117 110
Binary 11110000 10000001 10111100 0 101110 10110 110 101001000 1001111 1001000

Color Harmonies of #F081BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081BC

Black with #F081BC

Text Example


Text Example

White with #F081BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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