Html Css Color HEX #F27CAF Persian Pink

📋 copy color: '#F27CAF'

red 242 ◦ green 124 ◦ blue 175

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

Shades of Persian Pink #F27CAF

Tints of Persian Pink #F27CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 44.73%
G = 22.92%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F27CAF (or 0xF27CAF) is known color: Persian Pink. HEX triplet: F2, 7C and AF. RGB value is (242,124,175). Sum of RGB (Red+Green+Blue) = 242+124+175=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27CAF is #0D8350. Grayscale: #A5A5A5. Windows color (decimal): -885585 or 11500786. OLE color: 11500786.

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

Color convert

RGB 242 124 175 -
CMYK 0 0.49 0.28 0.05
HSL 334.07º 0.82% 0.72% -
HSV(B) 334.07º 0.49% 0.95% -
XYZ 51.56 36.39 44.86 -
YUV 165.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 242 124 175 0 0.49 0.28 0.05 334.07 0.82 0.72
Hex F2 7C AF 0 31 1C 5 14E 52 48
Octal 362 174 257 0 61 34 5 516 122 110
Binary 11110010 1111100 10101111 0 110001 11100 101 101001110 1010010 1001000

Color Harmonies of #F27CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CAF

Black with #F27CAF

Text Example


Text Example

White with #F27CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CAF; }

 p { color: rgb(242,124,175); }

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

background-color css

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

 a { background-color: rgb(242,124,175); }

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

border-color css

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

 span { border-color: rgb(242,124,175); }

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