Html Css Color HEX #F284BC Persian Pink

📋 copy color: '#F284BC'

red 242 ◦ green 132 ◦ blue 188

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

Shades of Persian Pink #F284BC

Tints of Persian Pink #F284BC

RGB

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

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

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

R = 43.06%
G = 23.49%
B = 33.45%

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

#F284BC (or 0xF284BC) is known color: Persian Pink. HEX triplet: F2, 84 and BC. RGB value is (242,132,188). Sum of RGB (Red+Green+Blue) = 242+132+188=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F284BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F284BC is #0D7B43. Grayscale: #ABABAB. Windows color (decimal): -883524 or 12354802. OLE color: 12354802.

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

Color convert

RGB 242 132 188 -
CMYK 0 0.45 0.22 0.05
HSL 329.45º 0.81% 0.73% -
HSV(B) 329.45º 0.45% 0.95% -
XYZ 53.95 39.01 52.26 -
YUV 171.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 242 132 188 0 0.45 0.22 0.05 329.45 0.81 0.73
Hex F2 84 BC 0 2D 16 5 149 51 49
Octal 362 204 274 0 55 26 5 511 121 111
Binary 11110010 10000100 10111100 0 101101 10110 101 101001001 1010001 1001001

Color Harmonies of #F284BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284BC

Black with #F284BC

Text Example


Text Example

White with #F284BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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