Html Css Color HEX #F286BB Persian Pink

📋 copy color: '#F286BB'

red 242 ◦ green 134 ◦ blue 187

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

Shades of Persian Pink #F286BB

Tints of Persian Pink #F286BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 42.98%
G = 23.8%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F286BB (or 0xF286BB) is known color: Persian Pink. HEX triplet: F2, 86 and BB. RGB value is (242,134,187). Sum of RGB (Red+Green+Blue) = 242+134+187=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F286BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286BB is #0D7944. Grayscale: #ACACAC. Windows color (decimal): -883013 or 12289778. OLE color: 12289778.

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

Color convert

RGB 242 134 187 -
CMYK 0 0.45 0.23 0.05
HSL 330.56º 0.81% 0.74% -
HSV(B) 330.56º 0.45% 0.95% -
XYZ 54.11 39.52 51.79 -
YUV 172.33 136.28 177.69 -
System Red Green Blue C M Y K H S L
Decimal 242 134 187 0 0.45 0.23 0.05 330.56 0.81 0.74
Hex F2 86 BB 0 2D 17 5 14B 51 4A
Octal 362 206 273 0 55 27 5 513 121 112
Binary 11110010 10000110 10111011 0 101101 10111 101 101001011 1010001 1001010

Color Harmonies of #F286BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F286BB

Black with #F286BB

Text Example


Text Example

White with #F286BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F286BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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