Html Css Color HEX #F27FB4 Persian Pink

📋 copy color: '#F27FB4'

red 242 ◦ green 127 ◦ blue 180

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

Shades of Persian Pink #F27FB4

Tints of Persian Pink #F27FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

 BLUE value IS 180 (70.7% from 255) = 32.79%

R = 44.08%
G = 23.13%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F27FB4 (or 0xF27FB4) is known color: Persian Pink. HEX triplet: F2, 7F and B4. RGB value is (242,127,180). Sum of RGB (Red+Green+Blue) = 242+127+180=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FB4 is #0D804B. Grayscale: #A7A7A7. Windows color (decimal): -884812 or 11829234. OLE color: 11829234.

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

Color convert

RGB 242 127 180 -
CMYK 0 0.48 0.26 0.05
HSL 332.35º 0.82% 0.72% -
HSV(B) 332.35º 0.48% 0.95% -
XYZ 52.45 37.35 47.63 -
YUV 167.43 135.1 181.19 -
System Red Green Blue C M Y K H S L
Decimal 242 127 180 0 0.48 0.26 0.05 332.35 0.82 0.72
Hex F2 7F B4 0 30 1A 5 14C 52 48
Octal 362 177 264 0 60 32 5 514 122 110
Binary 11110010 1111111 10110100 0 110000 11010 101 101001100 1010010 1001000

Color Harmonies of #F27FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27FB4

Black with #F27FB4

Text Example


Text Example

White with #F27FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27FB4; }

 p { color: rgb(242,127,180); }

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

background-color css

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

 a { background-color: rgb(242,127,180); }

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

border-color css

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

 span { border-color: rgb(242,127,180); }

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