Html Css Color HEX #F285BA Persian Pink

📋 copy color: '#F285BA'

red 242 ◦ green 133 ◦ blue 186

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

Shades of Persian Pink #F285BA

Tints of Persian Pink #F285BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.16%

R = 43.14%
G = 23.71%
B = 33.16%

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

#F285BA (or 0xF285BA) is known color: Persian Pink. HEX triplet: F2, 85 and BA. RGB value is (242,133,186). Sum of RGB (Red+Green+Blue) = 242+133+186=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F285BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F285BA is #0D7A45. Grayscale: #ABABAB. Windows color (decimal): -883270 or 12223986. OLE color: 12223986.

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

Color convert

RGB 242 133 186 -
CMYK 0 0.45 0.23 0.05
HSL 330.83º 0.81% 0.74% -
HSV(B) 330.83º 0.45% 0.95% -
XYZ 53.87 39.2 51.18 -
YUV 171.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 242 133 186 0 0.45 0.23 0.05 330.83 0.81 0.74
Hex F2 85 BA 0 2D 17 5 14B 51 4A
Octal 362 205 272 0 55 27 5 513 121 112
Binary 11110010 10000101 10111010 0 101101 10111 101 101001011 1010001 1001010

Color Harmonies of #F285BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F285BA

Black with #F285BA

Text Example


Text Example

White with #F285BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F285BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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