Html Css Color HEX #F27EB8 Persian Pink

📋 copy color: '#F27EB8'

red 242 ◦ green 126 ◦ blue 184

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

Shades of Persian Pink #F27EB8

Tints of Persian Pink #F27EB8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.83%

 BLUE value IS 184 (72.27% from 255) = 33.33%

R = 43.84%
G = 22.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F27EB8 (or 0xF27EB8) is known color: Persian Pink. HEX triplet: F2, 7E and B8. RGB value is (242,126,184). Sum of RGB (Red+Green+Blue) = 242+126+184=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 126 (49.61% from 255 or 22.83% from 552); Blue value is 184 (72.27% from 255 or 33.33% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EB8 is #0D8147. Grayscale: #A7A7A7. Windows color (decimal): -885064 or 12091122. OLE color: 12091122.

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

Color convert

RGB 242 126 184 -
CMYK 0 0.48 0.24 0.05
HSL 330º 0.82% 0.72% -
HSV(B) 330º 0.48% 0.95% -
XYZ 52.73 37.26 49.76 -
YUV 167.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 242 126 184 0 0.48 0.24 0.05 330 0.82 0.72
Hex F2 7E B8 0 30 18 5 14A 52 48
Octal 362 176 270 0 60 30 5 512 122 110
Binary 11110010 1111110 10111000 0 110000 11000 101 101001010 1010010 1001000

Color Harmonies of #F27EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27EB8

Black with #F27EB8

Text Example


Text Example

White with #F27EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27EB8; }

 p { color: rgb(242,126,184); }

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

background-color css

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

 a { background-color: rgb(242,126,184); }

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

border-color css

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

 span { border-color: rgb(242,126,184); }

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