Html Css Color HEX #F742FD Pink Flamingo

📋 copy color: '#F742FD'

red 247 ◦ green 66 ◦ blue 253

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

Shades of Pink Flamingo #F742FD

Tints of Pink Flamingo #F742FD

RGB

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

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

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

R = 43.64%
G = 11.66%
B = 44.7%

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

#F742FD (or 0xF742FD) is known color: Pink Flamingo. HEX triplet: F7, 42 and FD. RGB value is (247,66,253). Sum of RGB (Red+Green+Blue) = 247+66+253=566 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.64% from 566); Green value is 66 (26.17% from 255 or 11.66% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #F742FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FD is #08BD02. Grayscale: #8C8C8C. Windows color (decimal): -572675 or 16597751. OLE color: 16597751.

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

Color convert

RGB 247 66 253 -
CMYK 0.02 0.74 0 0.01
HSL 298.07º 0.98% 0.63% -
HSV(B) 298.07º 0.74% 0.99% -
XYZ 58.04 30.76 95.81 -
YUV 141.44 190.97 203.29 -
System Red Green Blue C M Y K H S L
Decimal 247 66 253 0.02 0.74 0 0.01 298.07 0.98 0.63
Hex F7 42 FD 2 4A 0 1 12A 62 3F
Octal 367 102 375 2 112 0 1 452 142 77
Binary 11110111 1000010 11111101 10 1001010 0 1 100101010 1100010 111111

Color Harmonies of #F742FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742FD

Black with #F742FD

Text Example


Text Example

White with #F742FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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