Html Css Color HEX #F762F2 Pink Flamingo

📋 copy color: '#F762F2'

red 247 ◦ green 98 ◦ blue 242

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

Shades of Pink Flamingo #F762F2

Tints of Pink Flamingo #F762F2

RGB

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

 GREEN value IS 98 (38.67% from 255) = 16.7%

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

R = 42.08%
G = 16.7%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F762F2 (or 0xF762F2) is known color: Pink Flamingo. HEX triplet: F7, 62 and F2. RGB value is (247,98,242). Sum of RGB (Red+Green+Blue) = 247+98+242=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 98 (38.67% from 255 or 16.70% from 587); Blue value is 242 (94.92% from 255 or 41.23% from 587); Max value from RGB is 247 - color contains mainly: red. Hex color #F762F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F762F2 is #089D0D. Grayscale: #9E9E9E. Windows color (decimal): -564494 or 15885047. OLE color: 15885047.

HSL color Cylindrical-coordinate representation of color #F762F2: hue angle of 302.01º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F762F2 is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 98 242 -
CMYK 0 0.60 0.02 0.03
HSL 302.01º 0.9% 0.68% -
HSV(B) 302.01º 0.6% 0.97% -
XYZ 58.75 34.92 87.65 -
YUV 158.97 174.86 190.79 -
System Red Green Blue C M Y K H S L
Decimal 247 98 242 0 0.60 0.02 0.03 302.01 0.9 0.68
Hex F7 62 F2 0 3C 2 3 12E 5A 44
Octal 367 142 362 0 74 2 3 456 132 104
Binary 11110111 1100010 11110010 0 111100 10 11 100101110 1011010 1000100

Color Harmonies of #F762F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762F2

Black with #F762F2

Text Example


Text Example

White with #F762F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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