Html Css Color HEX #F734FF Pink Flamingo

📋 copy color: '#F734FF'

red 247 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #F734FF

Tints of Pink Flamingo #F734FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.39%

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

R = 44.58%
G = 9.39%
B = 46.03%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F734FF (or 0xF734FF) is known color: Pink Flamingo. HEX triplet: F7, 34 and FF. RGB value is (247,52,255). Sum of RGB (Red+Green+Blue) = 247+52+255=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 52 (20.70% from 255 or 9.39% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #F734FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F734FF is #08CB00. Grayscale: #848484. Windows color (decimal): -576257 or 16725239. OLE color: 16725239.

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

Color convert

RGB 247 52 255 -
CMYK 0.03 0.80 0 0
HSL 297.64º 1% 0.6% -
HSV(B) 297.64º 0.8% 1% -
XYZ 57.64 29.45 97.25 -
YUV 133.45 196.6 208.99 -
System Red Green Blue C M Y K H S L
Decimal 247 52 255 0.03 0.80 0 0 297.64 1 0.6
Hex F7 34 FF 3 50 0 0 12A 64 3C
Octal 367 64 377 3 120 0 0 452 144 74
Binary 11110111 110100 11111111 11 1010000 0 0 100101010 1100100 111100

Color Harmonies of #F734FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F734FF

Black with #F734FF

Text Example


Text Example

White with #F734FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F734FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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