Html Css Color HEX #F74EF0 Pink Flamingo

📋 copy color: '#F74EF0'

red 247 ◦ green 78 ◦ blue 240

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

Shades of Pink Flamingo #F74EF0

Tints of Pink Flamingo #F74EF0

RGB

 RED value IS 247 (96.88% from 255) = 43.72%

 GREEN value IS 78 (30.86% from 255) = 13.81%

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 43.72%
G = 13.81%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F74EF0 (or 0xF74EF0) is known color: Pink Flamingo. HEX triplet: F7, 4E and F0. RGB value is (247,78,240). Sum of RGB (Red+Green+Blue) = 247+78+240=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F74EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74EF0 is #08B10F. Grayscale: #929292. Windows color (decimal): -569616 or 15748855. OLE color: 15748855.

HSL color Cylindrical-coordinate representation of color #F74EF0: hue angle of 302.49º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74EF0 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 78 240 -
CMYK 0 0.68 0.03 0.03
HSL 302.49º 0.91% 0.64% -
HSV(B) 302.49º 0.68% 0.97% -
XYZ 56.81 31.51 85.53 -
YUV 147 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 247 78 240 0 0.68 0.03 0.03 302.49 0.91 0.64
Hex F7 4E F0 0 44 3 3 12E 5B 40
Octal 367 116 360 0 104 3 3 456 133 100
Binary 11110111 1001110 11110000 0 1000100 11 11 100101110 1011011 1000000

Color Harmonies of #F74EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74EF0

Black with #F74EF0

Text Example


Text Example

White with #F74EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74EF0; }

 p { color: rgb(247,78,240); }

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

background-color css

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

 a { background-color: rgb(247,78,240); }

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

border-color css

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

 span { border-color: rgb(247,78,240); }

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