Html Css Color HEX #F484B2 Persian Pink

📋 copy color: '#F484B2'

red 244 ◦ green 132 ◦ blue 178

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

Shades of Persian Pink #F484B2

Tints of Persian Pink #F484B2

RGB

 RED value IS 244 (95.7% from 255) = 44.04%

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

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

R = 44.04%
G = 23.83%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#F484B2 (or 0xF484B2) is known color: Persian Pink. HEX triplet: F4, 84 and B2. RGB value is (244,132,178). Sum of RGB (Red+Green+Blue) = 244+132+178=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F484B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F484B2 is #0B7B4D. Grayscale: #AAAAAA. Windows color (decimal): -752462 or 11699444. OLE color: 11699444.

HSL color Cylindrical-coordinate representation of color #F484B2: hue angle of 335.36º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F484B2 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 132 178 -
CMYK 0 0.46 0.27 0.04
HSL 335.36º 0.84% 0.74% -
HSV(B) 335.36º 0.46% 0.96% -
XYZ 53.6 38.95 46.81 -
YUV 170.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 244 132 178 0 0.46 0.27 0.04 335.36 0.84 0.74
Hex F4 84 B2 0 2E 1B 4 14F 54 4A
Octal 364 204 262 0 56 33 4 517 124 112
Binary 11110100 10000100 10110010 0 101110 11011 100 101001111 1010100 1001010

Color Harmonies of #F484B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F484B2

Black with #F484B2

Text Example


Text Example

White with #F484B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F484B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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