Html Css Color HEX #F28AB7 Persian Pink

📋 copy color: '#F28AB7'

red 242 ◦ green 138 ◦ blue 183

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

Shades of Persian Pink #F28AB7

Tints of Persian Pink #F28AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.5%

R = 42.98%
G = 24.51%
B = 32.5%

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

#F28AB7 (or 0xF28AB7) is known color: Persian Pink. HEX triplet: F2, 8A and B7. RGB value is (242,138,183). Sum of RGB (Red+Green+Blue) = 242+138+183=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F28AB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28AB7 is #0D7548. Grayscale: #AEAEAE. Windows color (decimal): -881993 or 12028658. OLE color: 12028658.

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

Color convert

RGB 242 138 183 -
CMYK 0 0.43 0.24 0.05
HSL 334.04º 0.8% 0.75% -
HSV(B) 334.04º 0.43% 0.95% -
XYZ 54.25 40.47 49.75 -
YUV 174.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 242 138 183 0 0.43 0.24 0.05 334.04 0.8 0.75
Hex F2 8A B7 0 2B 18 5 14E 50 4B
Octal 362 212 267 0 53 30 5 516 120 113
Binary 11110010 10001010 10110111 0 101011 11000 101 101001110 1010000 1001011

Color Harmonies of #F28AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28AB7

Black with #F28AB7

Text Example


Text Example

White with #F28AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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