Html Css Color HEX #F47BC4 Persian Pink

📋 copy color: '#F47BC4'

red 244 ◦ green 123 ◦ blue 196

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

Shades of Persian Pink #F47BC4

Tints of Persian Pink #F47BC4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 21.85%

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 43.34%
G = 21.85%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F47BC4 (or 0xF47BC4) is known color: Persian Pink. HEX triplet: F4, 7B and C4. RGB value is (244,123,196). Sum of RGB (Red+Green+Blue) = 244+123+196=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 123 (48.44% from 255 or 21.85% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BC4 is #0B843B. Grayscale: #A7A7A7. Windows color (decimal): -754748 or 12876788. OLE color: 12876788.

HSL color Cylindrical-coordinate representation of color #F47BC4: hue angle of 323.8º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47BC4 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 123 196 -
CMYK 0 0.50 0.20 0.04
HSL 323.8º 0.85% 0.72% -
HSV(B) 323.8º 0.5% 0.96% -
XYZ 54.36 37.38 56.58 -
YUV 167.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 244 123 196 0 0.50 0.20 0.04 323.8 0.85 0.72
Hex F4 7B C4 0 32 14 4 144 55 48
Octal 364 173 304 0 62 24 4 504 125 110
Binary 11110100 1111011 11000100 0 110010 10100 100 101000100 1010101 1001000

Color Harmonies of #F47BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47BC4

Black with #F47BC4

Text Example


Text Example

White with #F47BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47BC4; }

 p { color: rgb(244,123,196); }

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

background-color css

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

 a { background-color: rgb(244,123,196); }

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

border-color css

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

 span { border-color: rgb(244,123,196); }

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