Html Css Color HEX #F081B0 Persian Pink

📋 copy color: '#F081B0'

red 240 ◦ green 129 ◦ blue 176

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

Shades of Persian Pink #F081B0

Tints of Persian Pink #F081B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.29%

R = 44.04%
G = 23.67%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#F081B0 (or 0xF081B0) is known color: Persian Pink. HEX triplet: F0, 81 and B0. RGB value is (240,129,176). Sum of RGB (Red+Green+Blue) = 240+129+176=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F081B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081B0 is #0F7E4F. Grayscale: #A7A7A7. Windows color (decimal): -1015376 or 11567600. OLE color: 11567600.

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

Color convert

RGB 240 129 176 -
CMYK 0 0.46 0.27 0.06
HSL 334.59º 0.79% 0.72% -
HSV(B) 334.59º 0.46% 0.94% -
XYZ 51.62 37.36 45.56 -
YUV 167.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 240 129 176 0 0.46 0.27 0.06 334.59 0.79 0.72
Hex F0 81 B0 0 2E 1B 6 14F 4F 48
Octal 360 201 260 0 56 33 6 517 117 110
Binary 11110000 10000001 10110000 0 101110 11011 110 101001111 1001111 1001000

Color Harmonies of #F081B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F081B0

Black with #F081B0

Text Example


Text Example

White with #F081B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F081B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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