Html Css Color HEX #F284B2 Persian Pink

📋 copy color: '#F284B2'

red 242 ◦ green 132 ◦ blue 178

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

Shades of Persian Pink #F284B2

Tints of Persian Pink #F284B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 43.84%
G = 23.91%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F284B2 (or 0xF284B2) is known color: Persian Pink. HEX triplet: F2, 84 and B2. RGB value is (242,132,178). Sum of RGB (Red+Green+Blue) = 242+132+178=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F284B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F284B2 is #0D7B4D. Grayscale: #AAAAAA. Windows color (decimal): -883534 or 11699442. OLE color: 11699442.

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

Color convert

RGB 242 132 178 -
CMYK 0 0.45 0.26 0.05
HSL 334.91º 0.81% 0.73% -
HSV(B) 334.91º 0.45% 0.95% -
XYZ 52.91 38.59 46.78 -
YUV 170.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 242 132 178 0 0.45 0.26 0.05 334.91 0.81 0.73
Hex F2 84 B2 0 2D 1A 5 14F 51 49
Octal 362 204 262 0 55 32 5 517 121 111
Binary 11110010 10000100 10110010 0 101101 11010 101 101001111 1010001 1001001

Color Harmonies of #F284B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F284B2

Black with #F284B2

Text Example


Text Example

White with #F284B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F284B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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