Html Css Color HEX #F74AFD Pink Flamingo

📋 copy color: '#F74AFD'

red 247 ◦ green 74 ◦ blue 253

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

Shades of Pink Flamingo #F74AFD

Tints of Pink Flamingo #F74AFD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 12.89%

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

R = 43.03%
G = 12.89%
B = 44.08%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F74AFD (or 0xF74AFD) is known color: Pink Flamingo. HEX triplet: F7, 4A and FD. RGB value is (247,74,253). Sum of RGB (Red+Green+Blue) = 247+74+253=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #F74AFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74AFD is #08B502. Grayscale: #919191. Windows color (decimal): -570627 or 16599799. OLE color: 16599799.

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

Color convert

RGB 247 74 253 -
CMYK 0.02 0.71 0 0.01
HSL 297.99º 0.98% 0.64% -
HSV(B) 297.99º 0.71% 0.99% -
XYZ 58.54 31.76 95.97 -
YUV 146.13 188.31 199.95 -
System Red Green Blue C M Y K H S L
Decimal 247 74 253 0.02 0.71 0 0.01 297.99 0.98 0.64
Hex F7 4A FD 2 47 0 1 12A 62 40
Octal 367 112 375 2 107 0 1 452 142 100
Binary 11110111 1001010 11111101 10 1000111 0 1 100101010 1100010 1000000

Color Harmonies of #F74AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74AFD

Black with #F74AFD

Text Example


Text Example

White with #F74AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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