Html Css Color HEX #F287BC Persian Pink

📋 copy color: '#F287BC'

red 242 ◦ green 135 ◦ blue 188

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

Shades of Persian Pink #F287BC

Tints of Persian Pink #F287BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.89%

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

R = 42.83%
G = 23.89%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F287BC (or 0xF287BC) is known color: Persian Pink. HEX triplet: F2, 87 and BC. RGB value is (242,135,188). Sum of RGB (Red+Green+Blue) = 242+135+188=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F287BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287BC is #0D7843. Grayscale: #ACACAC. Windows color (decimal): -882756 or 12355570. OLE color: 12355570.

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

Color convert

RGB 242 135 188 -
CMYK 0 0.44 0.22 0.05
HSL 330.28º 0.8% 0.74% -
HSV(B) 330.28º 0.44% 0.95% -
XYZ 54.36 39.84 52.4 -
YUV 173.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 242 135 188 0 0.44 0.22 0.05 330.28 0.8 0.74
Hex F2 87 BC 0 2C 16 5 14A 50 4A
Octal 362 207 274 0 54 26 5 512 120 112
Binary 11110010 10000111 10111100 0 101100 10110 101 101001010 1010000 1001010

Color Harmonies of #F287BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F287BC

Black with #F287BC

Text Example


Text Example

White with #F287BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F287BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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