Html Css Color HEX #F740FC Pink Flamingo

📋 copy color: '#F740FC'

red 247 ◦ green 64 ◦ blue 252

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

Shades of Pink Flamingo #F740FC

Tints of Pink Flamingo #F740FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.37%

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 43.87%
G = 11.37%
B = 44.76%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F740FC (or 0xF740FC) is known color: Pink Flamingo. HEX triplet: F7, 40 and FC. RGB value is (247,64,252). Sum of RGB (Red+Green+Blue) = 247+64+252=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 64 (25.39% from 255 or 11.37% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #F740FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740FC is #08BF03. Grayscale: #8B8B8B. Windows color (decimal): -573188 or 16531703. OLE color: 16531703.

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

Color convert

RGB 247 64 252 -
CMYK 0.02 0.75 0 0.01
HSL 298.4º 0.97% 0.62% -
HSV(B) 298.4º 0.75% 0.99% -
XYZ 57.76 30.47 94.93 -
YUV 140.15 191.13 204.21 -
System Red Green Blue C M Y K H S L
Decimal 247 64 252 0.02 0.75 0 0.01 298.4 0.97 0.62
Hex F7 40 FC 2 4B 0 1 12A 61 3E
Octal 367 100 374 2 113 0 1 452 141 76
Binary 11110111 1000000 11111100 10 1001011 0 1 100101010 1100001 111110

Color Harmonies of #F740FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F740FC

Black with #F740FC

Text Example


Text Example

White with #F740FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F740FC; }

 p { color: rgb(247,64,252); }

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

background-color css

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

 a { background-color: rgb(247,64,252); }

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

border-color css

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

 span { border-color: rgb(247,64,252); }

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