Html Css Color HEX #F742F0 Pink Flamingo

📋 copy color: '#F742F0'

red 247 ◦ green 66 ◦ blue 240

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

Shades of Pink Flamingo #F742F0

Tints of Pink Flamingo #F742F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.4%

R = 44.67%
G = 11.93%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F742F0 (or 0xF742F0) is known color: Pink Flamingo. HEX triplet: F7, 42 and F0. RGB value is (247,66,240). Sum of RGB (Red+Green+Blue) = 247+66+240=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 66 (26.17% from 255 or 11.93% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F742F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742F0 is #08BD0F. Grayscale: #8B8B8B. Windows color (decimal): -572688 or 15745783. OLE color: 15745783.

HSL color Cylindrical-coordinate representation of color #F742F0: hue angle of 302.32º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F742F0 is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 240 -
CMYK 0 0.73 0.03 0.03
HSL 302.32º 0.92% 0.61% -
HSV(B) 302.32º 0.73% 0.97% -
XYZ 56.03 29.96 85.27 -
YUV 139.96 184.47 204.35 -
System Red Green Blue C M Y K H S L
Decimal 247 66 240 0 0.73 0.03 0.03 302.32 0.92 0.61
Hex F7 42 F0 0 49 3 3 12E 5C 3D
Octal 367 102 360 0 111 3 3 456 134 75
Binary 11110111 1000010 11110000 0 1001001 11 11 100101110 1011100 111101

Color Harmonies of #F742F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742F0

Black with #F742F0

Text Example


Text Example

White with #F742F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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