Html Css Color HEX #F74EFD Pink Flamingo

📋 copy color: '#F74EFD'

red 247 ◦ green 78 ◦ blue 253

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

Shades of Pink Flamingo #F74EFD

Tints of Pink Flamingo #F74EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.77%

R = 42.73%
G = 13.49%
B = 43.77%

CMYK

 C value IS 0.02

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F74EFD (or 0xF74EFD) is known color: Pink Flamingo. HEX triplet: F7, 4E and FD. RGB value is (247,78,253). Sum of RGB (Red+Green+Blue) = 247+78+253=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 78 (30.86% from 255 or 13.49% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #F74EFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74EFD is #08B102. Grayscale: #939393. Windows color (decimal): -569603 or 16600823. OLE color: 16600823.

HSL color Cylindrical-coordinate representation of color #F74EFD: hue angle of 297.94º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74EFD is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 247 78 253 -
CMYK 0.02 0.69 0 0.01
HSL 297.94º 0.98% 0.65% -
HSV(B) 297.94º 0.69% 0.99% -
XYZ 58.81 32.31 96.07 -
YUV 148.48 186.99 198.27 -
System Red Green Blue C M Y K H S L
Decimal 247 78 253 0.02 0.69 0 0.01 297.94 0.98 0.65
Hex F7 4E FD 2 45 0 1 12A 62 41
Octal 367 116 375 2 105 0 1 452 142 101
Binary 11110111 1001110 11111101 10 1000101 0 1 100101010 1100010 1000001

Color Harmonies of #F74EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74EFD

Black with #F74EFD

Text Example


Text Example

White with #F74EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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