Html Css Color HEX #F286B9 Persian Pink

📋 copy color: '#F286B9'

red 242 ◦ green 134 ◦ blue 185

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

Shades of Persian Pink #F286B9

Tints of Persian Pink #F286B9

RGB

 RED value IS 242 (94.92% from 255) = 43.14%

 GREEN value IS 134 (52.73% from 255) = 23.89%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 43.14%
G = 23.89%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F286B9 (or 0xF286B9) is known color: Persian Pink. HEX triplet: F2, 86 and B9. RGB value is (242,134,185). Sum of RGB (Red+Green+Blue) = 242+134+185=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F286B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286B9 is #0D7946. Grayscale: #ACACAC. Windows color (decimal): -883015 or 12158706. OLE color: 12158706.

HSL color Cylindrical-coordinate representation of color #F286B9: hue angle of 331.67º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F286B9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 134 185 -
CMYK 0 0.45 0.24 0.05
HSL 331.67º 0.81% 0.74% -
HSV(B) 331.67º 0.45% 0.95% -
XYZ 53.9 39.43 50.67 -
YUV 172.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 242 134 185 0 0.45 0.24 0.05 331.67 0.81 0.74
Hex F2 86 B9 0 2D 18 5 14C 51 4A
Octal 362 206 271 0 55 30 5 514 121 112
Binary 11110010 10000110 10111001 0 101101 11000 101 101001100 1010001 1001010

Color Harmonies of #F286B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F286B9

Black with #F286B9

Text Example


Text Example

White with #F286B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F286B9; }

 p { color: rgb(242,134,185); }

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

background-color css

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

 a { background-color: rgb(242,134,185); }

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

border-color css

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

 span { border-color: rgb(242,134,185); }

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