Html Css Color HEX #F474B6 Persian Pink

📋 copy color: '#F474B6'

red 244 ◦ green 116 ◦ blue 182

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

Shades of Persian Pink #F474B6

Tints of Persian Pink #F474B6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.4%

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 45.02%
G = 21.4%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F474B6 (or 0xF474B6) is known color: Persian Pink. HEX triplet: F4, 74 and B6. RGB value is (244,116,182). Sum of RGB (Red+Green+Blue) = 244+116+182=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 244 - color contains mainly: red. Hex color #F474B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474B6 is #0B8B49. Grayscale: #A1A1A1. Windows color (decimal): -756554 or 11957492. OLE color: 11957492.

HSL color Cylindrical-coordinate representation of color #F474B6: hue angle of 329.06º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474B6 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 116 182 -
CMYK 0 0.52 0.25 0.04
HSL 329.06º 0.85% 0.71% -
HSV(B) 329.06º 0.52% 0.96% -
XYZ 52 35.1 48.29 -
YUV 161.8 139.41 186.63 -
System Red Green Blue C M Y K H S L
Decimal 244 116 182 0 0.52 0.25 0.04 329.06 0.85 0.71
Hex F4 74 B6 0 34 19 4 149 55 47
Octal 364 164 266 0 64 31 4 511 125 107
Binary 11110100 1110100 10110110 0 110100 11001 100 101001001 1010101 1000111

Color Harmonies of #F474B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F474B6

Black with #F474B6

Text Example


Text Example

White with #F474B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F474B6; }

 p { color: rgb(244,116,182); }

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

background-color css

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

 a { background-color: rgb(244,116,182); }

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

border-color css

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

 span { border-color: rgb(244,116,182); }

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