Html Css Color HEX #F27CB9 Persian Pink

📋 copy color: '#F27CB9'

red 242 ◦ green 124 ◦ blue 185

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

Shades of Persian Pink #F27CB9

Tints of Persian Pink #F27CB9

RGB

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

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

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

R = 43.92%
G = 22.5%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F27CB9 (or 0xF27CB9) is known color: Persian Pink. HEX triplet: F2, 7C and B9. RGB value is (242,124,185). Sum of RGB (Red+Green+Blue) = 242+124+185=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CB9 is #0D8346. Grayscale: #A6A6A6. Windows color (decimal): -885575 or 12156146. OLE color: 12156146.

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

Color convert

RGB 242 124 185 -
CMYK 0 0.49 0.24 0.05
HSL 328.98º 0.82% 0.72% -
HSV(B) 328.98º 0.49% 0.95% -
XYZ 52.58 36.8 50.23 -
YUV 166.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 242 124 185 0 0.49 0.24 0.05 328.98 0.82 0.72
Hex F2 7C B9 0 31 18 5 149 52 48
Octal 362 174 271 0 61 30 5 511 122 110
Binary 11110010 1111100 10111001 0 110001 11000 101 101001001 1010010 1001000

Color Harmonies of #F27CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27CB9

Black with #F27CB9

Text Example


Text Example

White with #F27CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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