Html Css Color HEX #F085B5 Persian Pink

📋 copy color: '#F085B5'

red 240 ◦ green 133 ◦ blue 181

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

Shades of Persian Pink #F085B5

Tints of Persian Pink #F085B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 32.67%

R = 43.32%
G = 24.01%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#F085B5 (or 0xF085B5) is known color: Persian Pink. HEX triplet: F0, 85 and B5. RGB value is (240,133,181). Sum of RGB (Red+Green+Blue) = 240+133+181=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085B5 is #0F7A4A. Grayscale: #AAAAAA. Windows color (decimal): -1014347 or 11896304. OLE color: 11896304.

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

Color convert

RGB 240 133 181 -
CMYK 0 0.45 0.25 0.06
HSL 333.08º 0.78% 0.73% -
HSV(B) 333.08º 0.45% 0.94% -
XYZ 52.66 38.64 48.4 -
YUV 170.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 240 133 181 0 0.45 0.25 0.06 333.08 0.78 0.73
Hex F0 85 B5 0 2D 19 6 14D 4E 49
Octal 360 205 265 0 55 31 6 515 116 111
Binary 11110000 10000101 10110101 0 101101 11001 110 101001101 1001110 1001001

Color Harmonies of #F085B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F085B5

Black with #F085B5

Text Example


Text Example

White with #F085B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F085B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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