Html Css Color HEX #F742F2 Pink Flamingo

📋 copy color: '#F742F2'

red 247 ◦ green 66 ◦ blue 242

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

Shades of Pink Flamingo #F742F2

Tints of Pink Flamingo #F742F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.6%

R = 44.5%
G = 11.89%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F742F2 (or 0xF742F2) is known color: Pink Flamingo. HEX triplet: F7, 42 and F2. RGB value is (247,66,242). Sum of RGB (Red+Green+Blue) = 247+66+242=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 66 (26.17% from 255 or 11.89% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F742F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F742F2 is #08BD0D. Grayscale: #8B8B8B. Windows color (decimal): -572686 or 15876855. OLE color: 15876855.

HSL color Cylindrical-coordinate representation of color #F742F2: hue angle of 301.66º 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 #F742F2 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 66 242 -
CMYK 0 0.73 0.02 0.03
HSL 301.66º 0.92% 0.61% -
HSV(B) 301.66º 0.73% 0.97% -
XYZ 56.33 30.08 86.84 -
YUV 140.18 185.47 204.19 -
System Red Green Blue C M Y K H S L
Decimal 247 66 242 0 0.73 0.02 0.03 301.66 0.92 0.61
Hex F7 42 F2 0 49 2 3 12E 5C 3D
Octal 367 102 362 0 111 2 3 456 134 75
Binary 11110111 1000010 11110010 0 1001001 10 11 100101110 1011100 111101

Color Harmonies of #F742F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F742F2

Black with #F742F2

Text Example


Text Example

White with #F742F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F742F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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