Html Css Color HEX #F284BA Persian Pink

📋 copy color: '#F284BA'

red 242 ◦ green 132 ◦ blue 186

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

Shades of Persian Pink #F284BA

Tints of Persian Pink #F284BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.57%

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

R = 43.21%
G = 23.57%
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

#F284BA (or 0xF284BA) is known color: Persian Pink. HEX triplet: F2, 84 and BA. RGB value is (242,132,186). Sum of RGB (Red+Green+Blue) = 242+132+186=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F284BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284BA is #0D7B45. Grayscale: #AAAAAA. Windows color (decimal): -883526 or 12223730. OLE color: 12223730.

HSL color Cylindrical-coordinate representation of color #F284BA: hue angle of 330.55º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F284BA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 132 186 -
CMYK 0 0.45 0.23 0.05
HSL 330.55º 0.81% 0.73% -
HSV(B) 330.55º 0.45% 0.95% -
XYZ 53.73 38.92 51.14 -
YUV 171.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 242 132 186 0 0.45 0.23 0.05 330.55 0.81 0.73
Hex F2 84 BA 0 2D 17 5 14B 51 49
Octal 362 204 272 0 55 27 5 513 121 111
Binary 11110010 10000100 10111010 0 101101 10111 101 101001011 1010001 1001001

Color Harmonies of #F284BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284BA

Black with #F284BA

Text Example


Text Example

White with #F284BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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