Html Css Color HEX #F085B7 Persian Pink

📋 copy color: '#F085B7'

red 240 ◦ green 133 ◦ blue 183

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

Shades of Persian Pink #F085B7

Tints of Persian Pink #F085B7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.92%

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 43.17%
G = 23.92%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#F085B7 (or 0xF085B7) is known color: Persian Pink. HEX triplet: F0, 85 and B7. RGB value is (240,133,183). Sum of RGB (Red+Green+Blue) = 240+133+183=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085B7 is #0F7A48. Grayscale: #AAAAAA. Windows color (decimal): -1014345 or 12027376. OLE color: 12027376.

HSL color Cylindrical-coordinate representation of color #F085B7: hue angle of 331.96º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085B7 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 133 183 -
CMYK 0 0.45 0.24 0.06
HSL 331.96º 0.78% 0.73% -
HSV(B) 331.96º 0.45% 0.94% -
XYZ 52.87 38.72 49.49 -
YUV 170.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 240 133 183 0 0.45 0.24 0.06 331.96 0.78 0.73
Hex F0 85 B7 0 2D 18 6 14C 4E 49
Octal 360 205 267 0 55 30 6 514 116 111
Binary 11110000 10000101 10110111 0 101101 11000 110 101001100 1001110 1001001

Color Harmonies of #F085B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085B7

Black with #F085B7

Text Example


Text Example

White with #F085B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085B7; }

 p { color: rgb(240,133,183); }

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

background-color css

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

 a { background-color: rgb(240,133,183); }

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

border-color css

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

 span { border-color: rgb(240,133,183); }

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