Html Css Color HEX #F47DC2 Persian Pink

📋 copy color: '#F47DC2'

red 244 ◦ green 125 ◦ blue 194

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

Shades of Persian Pink #F47DC2

Tints of Persian Pink #F47DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 43.34%
G = 22.2%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F47DC2 (or 0xF47DC2) is known color: Persian Pink. HEX triplet: F4, 7D and C2. RGB value is (244,125,194). Sum of RGB (Red+Green+Blue) = 244+125+194=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F47DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47DC2 is #0B823D. Grayscale: #A8A8A8. Windows color (decimal): -754238 or 12746228. OLE color: 12746228.

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

Color convert

RGB 244 125 194 -
CMYK 0 0.49 0.20 0.04
HSL 325.21º 0.84% 0.72% -
HSV(B) 325.21º 0.49% 0.96% -
XYZ 54.38 37.8 55.47 -
YUV 168.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 244 125 194 0 0.49 0.20 0.04 325.21 0.84 0.72
Hex F4 7D C2 0 31 14 4 145 54 48
Octal 364 175 302 0 61 24 4 505 124 110
Binary 11110100 1111101 11000010 0 110001 10100 100 101000101 1010100 1001000

Color Harmonies of #F47DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47DC2

Black with #F47DC2

Text Example


Text Example

White with #F47DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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