Html Css Color HEX #F285BC Persian Pink

📋 copy color: '#F285BC'

red 242 ◦ green 133 ◦ blue 188

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

Shades of Persian Pink #F285BC

Tints of Persian Pink #F285BC

RGB

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

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

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

R = 42.98%
G = 23.62%
B = 33.39%

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

#F285BC (or 0xF285BC) is known color: Persian Pink. HEX triplet: F2, 85 and BC. RGB value is (242,133,188). Sum of RGB (Red+Green+Blue) = 242+133+188=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BC is #0D7A43. Grayscale: #ABABAB. Windows color (decimal): -883268 or 12355058. OLE color: 12355058.

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

Color convert

RGB 242 133 188 -
CMYK 0 0.45 0.22 0.05
HSL 329.72º 0.81% 0.74% -
HSV(B) 329.72º 0.45% 0.95% -
XYZ 54.08 39.28 52.31 -
YUV 171.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 242 133 188 0 0.45 0.22 0.05 329.72 0.81 0.74
Hex F2 85 BC 0 2D 16 5 14A 51 4A
Octal 362 205 274 0 55 26 5 512 121 112
Binary 11110010 10000101 10111100 0 101101 10110 101 101001010 1010001 1001010

Color Harmonies of #F285BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285BC

Black with #F285BC

Text Example


Text Example

White with #F285BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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