Html Css Color HEX #F286BC Persian Pink

📋 copy color: '#F286BC'

red 242 ◦ green 134 ◦ blue 188

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

Shades of Persian Pink #F286BC

Tints of Persian Pink #F286BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 42.91%
G = 23.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F286BC (or 0xF286BC) is known color: Persian Pink. HEX triplet: F2, 86 and BC. RGB value is (242,134,188). Sum of RGB (Red+Green+Blue) = 242+134+188=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 134 (52.73% from 255 or 23.76% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F286BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F286BC is #0D7943. Grayscale: #ACACAC. Windows color (decimal): -883012 or 12355314. OLE color: 12355314.

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

Color convert

RGB 242 134 188 -
CMYK 0 0.45 0.22 0.05
HSL 330º 0.81% 0.74% -
HSV(B) 330º 0.45% 0.95% -
XYZ 54.22 39.56 52.35 -
YUV 172.45 136.78 177.61 -
System Red Green Blue C M Y K H S L
Decimal 242 134 188 0 0.45 0.22 0.05 330 0.81 0.74
Hex F2 86 BC 0 2D 16 5 14A 51 4A
Octal 362 206 274 0 55 26 5 512 121 112
Binary 11110010 10000110 10111100 0 101101 10110 101 101001010 1010001 1001010

Color Harmonies of #F286BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F286BC

Black with #F286BC

Text Example


Text Example

White with #F286BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F286BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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