Html Css Color HEX #F752FF Pink Flamingo

📋 copy color: '#F752FF'

red 247 ◦ green 82 ◦ blue 255

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

Shades of Pink Flamingo #F752FF

Tints of Pink Flamingo #F752FF

RGB

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

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

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

R = 42.29%
G = 14.04%
B = 43.66%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F752FF (or 0xF752FF) is known color: Pink Flamingo. HEX triplet: F7, 52 and FF. RGB value is (247,82,255). Sum of RGB (Red+Green+Blue) = 247+82+255=584 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.29% from 584); Green value is 82 (32.42% from 255 or 14.04% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #F752FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F752FF is #08AD00. Grayscale: #969696. Windows color (decimal): -568577 or 16732919. OLE color: 16732919.

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

Color convert

RGB 247 82 255 -
CMYK 0.03 0.68 0 0
HSL 297.23º 1% 0.66% -
HSV(B) 297.23º 0.68% 1% -
XYZ 59.43 33.03 97.85 -
YUV 151.06 186.66 196.43 -
System Red Green Blue C M Y K H S L
Decimal 247 82 255 0.03 0.68 0 0 297.23 1 0.66
Hex F7 52 FF 3 44 0 0 129 64 42
Octal 367 122 377 3 104 0 0 451 144 102
Binary 11110111 1010010 11111111 11 1000100 0 0 100101001 1100100 1000010

Color Harmonies of #F752FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F752FF

Black with #F752FF

Text Example


Text Example

White with #F752FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F752FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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