Html Css Color HEX #F752F3 Pink Flamingo

📋 copy color: '#F752F3'

red 247 ◦ green 82 ◦ blue 243

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

Shades of Pink Flamingo #F752F3

Tints of Pink Flamingo #F752F3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.34%

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 43.18%
G = 14.34%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F752F3 (or 0xF752F3) is known color: Pink Flamingo. HEX triplet: F7, 52 and F3. RGB value is (247,82,243). Sum of RGB (Red+Green+Blue) = 247+82+243=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 82 (32.42% from 255 or 14.34% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F752F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F752F3 is #08AD0C. Grayscale: #959595. Windows color (decimal): -568589 or 15946487. OLE color: 15946487.

HSL color Cylindrical-coordinate representation of color #F752F3: hue angle of 301.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F752F3 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 243 -
CMYK 0 0.67 0.02 0.03
HSL 301.45º 0.91% 0.65% -
HSV(B) 301.45º 0.67% 0.97% -
XYZ 57.55 32.28 87.99 -
YUV 149.69 180.66 197.41 -
System Red Green Blue C M Y K H S L
Decimal 247 82 243 0 0.67 0.02 0.03 301.45 0.91 0.65
Hex F7 52 F3 0 43 2 3 12D 5B 41
Octal 367 122 363 0 103 2 3 455 133 101
Binary 11110111 1010010 11110011 0 1000011 10 11 100101101 1011011 1000001

Color Harmonies of #F752F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752F3

Black with #F752F3

Text Example


Text Example

White with #F752F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752F3; }

 p { color: rgb(247,82,243); }

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

background-color css

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

 a { background-color: rgb(247,82,243); }

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

border-color css

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

 span { border-color: rgb(247,82,243); }

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