Html Css Color HEX #F742FF Pink Flamingo

📋 copy color: '#F742FF'

red 247 ◦ green 66 ◦ blue 255

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

Shades of Pink Flamingo #F742FF

Tints of Pink Flamingo #F742FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 43.49%
G = 11.62%
B = 44.89%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F742FF (or 0xF742FF) is known color: Pink Flamingo. HEX triplet: F7, 42 and FF. RGB value is (247,66,255). Sum of RGB (Red+Green+Blue) = 247+66+255=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 66 (26.17% from 255 or 11.62% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F742FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742FF is #08BD00. Grayscale: #8D8D8D. Windows color (decimal): -572673 or 16728823. OLE color: 16728823.

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

Color convert

RGB 247 66 255 -
CMYK 0.03 0.74 0 0
HSL 297.46º 1% 0.63% -
HSV(B) 297.46º 0.74% 1% -
XYZ 58.36 30.89 97.49 -
YUV 141.67 191.97 203.13 -
System Red Green Blue C M Y K H S L
Decimal 247 66 255 0.03 0.74 0 0 297.46 1 0.63
Hex F7 42 FF 3 4A 0 0 129 64 3F
Octal 367 102 377 3 112 0 0 451 144 77
Binary 11110111 1000010 11111111 11 1001010 0 0 100101001 1100100 111111

Color Harmonies of #F742FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742FF

Black with #F742FF

Text Example


Text Example

White with #F742FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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