Html Css Color HEX #F74CFA Pink Flamingo

📋 copy color: '#F74CFA'

red 247 ◦ green 76 ◦ blue 250

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

Shades of Pink Flamingo #F74CFA

Tints of Pink Flamingo #F74CFA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 13.26%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 43.11%
G = 13.26%
B = 43.63%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F74CFA (or 0xF74CFA) is known color: Pink Flamingo. HEX triplet: F7, 4C and FA. RGB value is (247,76,250). Sum of RGB (Red+Green+Blue) = 247+76+250=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 76 (30.08% from 255 or 13.26% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F74CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74CFA is #08B305. Grayscale: #929292. Windows color (decimal): -570118 or 16403703. OLE color: 16403703.

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

Color convert

RGB 247 76 250 -
CMYK 0.01 0.70 0 0.02
HSL 298.97º 0.95% 0.64% -
HSV(B) 298.97º 0.7% 0.98% -
XYZ 58.2 31.85 93.52 -
YUV 146.97 186.15 199.35 -
System Red Green Blue C M Y K H S L
Decimal 247 76 250 0.01 0.70 0 0.02 298.97 0.95 0.64
Hex F7 4C FA 1 46 0 2 12B 5F 40
Octal 367 114 372 1 106 0 2 453 137 100
Binary 11110111 1001100 11111010 1 1000110 0 10 100101011 1011111 1000000

Color Harmonies of #F74CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F74CFA

Black with #F74CFA

Text Example


Text Example

White with #F74CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F74CFA; }

 p { color: rgb(247,76,250); }

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

background-color css

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

 a { background-color: rgb(247,76,250); }

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

border-color css

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

 span { border-color: rgb(247,76,250); }

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