Html Css Color HEX #F28AB9 Persian Pink

📋 copy color: '#F28AB9'

red 242 ◦ green 138 ◦ blue 185

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

Shades of Persian Pink #F28AB9

Tints of Persian Pink #F28AB9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.42%

 BLUE value IS 185 (72.66% from 255) = 32.74%

R = 42.83%
G = 24.42%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F28AB9 (or 0xF28AB9) is known color: Persian Pink. HEX triplet: F2, 8A and B9. RGB value is (242,138,185). Sum of RGB (Red+Green+Blue) = 242+138+185=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AB9 is #0D7546. Grayscale: #AEAEAE. Windows color (decimal): -881991 or 12159730. OLE color: 12159730.

HSL color Cylindrical-coordinate representation of color #F28AB9: hue angle of 332.88º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F28AB9 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 138 185 -
CMYK 0 0.43 0.24 0.05
HSL 332.88º 0.8% 0.75% -
HSV(B) 332.88º 0.43% 0.95% -
XYZ 54.46 40.56 50.86 -
YUV 174.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 242 138 185 0 0.43 0.24 0.05 332.88 0.8 0.75
Hex F2 8A B9 0 2B 18 5 14D 50 4B
Octal 362 212 271 0 53 30 5 515 120 113
Binary 11110010 10001010 10111001 0 101011 11000 101 101001101 1010000 1001011

Color Harmonies of #F28AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AB9

Black with #F28AB9

Text Example


Text Example

White with #F28AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AB9; }

 p { color: rgb(242,138,185); }

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

background-color css

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

 a { background-color: rgb(242,138,185); }

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

border-color css

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

 span { border-color: rgb(242,138,185); }

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