Html Css Color HEX #F47DC0 Persian Pink

📋 copy color: '#F47DC0'

red 244 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #F47DC0

Tints of Persian Pink #F47DC0

RGB

 RED value IS 244 (95.7% from 255) = 43.49%

 GREEN value IS 125 (49.22% from 255) = 22.28%

 BLUE value IS 192 (75.39% from 255) = 34.22%

R = 43.49%
G = 22.28%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F47DC0 (or 0xF47DC0) is known color: Persian Pink. HEX triplet: F4, 7D and C0. RGB value is (244,125,192). Sum of RGB (Red+Green+Blue) = 244+125+192=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DC0 is #0B823F. Grayscale: #A8A8A8. Windows color (decimal): -754240 or 12615156. OLE color: 12615156.

HSL color Cylindrical-coordinate representation of color #F47DC0: hue angle of 326.22º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47DC0 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 125 192 -
CMYK 0 0.49 0.21 0.04
HSL 326.22º 0.84% 0.72% -
HSV(B) 326.22º 0.49% 0.96% -
XYZ 54.16 37.71 54.29 -
YUV 168.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 244 125 192 0 0.49 0.21 0.04 326.22 0.84 0.72
Hex F4 7D C0 0 31 15 4 146 54 48
Octal 364 175 300 0 61 25 4 506 124 110
Binary 11110100 1111101 11000000 0 110001 10101 100 101000110 1010100 1001000

Color Harmonies of #F47DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47DC0

Black with #F47DC0

Text Example


Text Example

White with #F47DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47DC0; }

 p { color: rgb(244,125,192); }

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

background-color css

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

 a { background-color: rgb(244,125,192); }

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

border-color css

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

 span { border-color: rgb(244,125,192); }

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