Html Css Color HEX #F742FC Pink Flamingo

📋 copy color: '#F742FC'

red 247 ◦ green 66 ◦ blue 252

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

Shades of Pink Flamingo #F742FC

Tints of Pink Flamingo #F742FC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 11.68%

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

R = 43.72%
G = 11.68%
B = 44.6%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F742FC (or 0xF742FC) is known color: Pink Flamingo. HEX triplet: F7, 42 and FC. RGB value is (247,66,252). Sum of RGB (Red+Green+Blue) = 247+66+252=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 66 (26.17% from 255 or 11.68% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #F742FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FC is #08BD03. Grayscale: #8C8C8C. Windows color (decimal): -572676 or 16532215. OLE color: 16532215.

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

Color convert

RGB 247 66 252 -
CMYK 0.02 0.74 0 0.01
HSL 298.39º 0.97% 0.62% -
HSV(B) 298.39º 0.74% 0.99% -
XYZ 57.88 30.7 94.97 -
YUV 141.32 190.47 203.38 -
System Red Green Blue C M Y K H S L
Decimal 247 66 252 0.02 0.74 0 0.01 298.39 0.97 0.62
Hex F7 42 FC 2 4A 0 1 12A 61 3E
Octal 367 102 374 2 112 0 1 452 141 76
Binary 11110111 1000010 11111100 10 1001010 0 1 100101010 1100001 111110

Color Harmonies of #F742FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742FC

Black with #F742FC

Text Example


Text Example

White with #F742FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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