Html Css Color HEX #F733FD Pink Flamingo

📋 copy color: '#F733FD'

red 247 ◦ green 51 ◦ blue 253

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

Shades of Pink Flamingo #F733FD

Tints of Pink Flamingo #F733FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.26%

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 44.83%
G = 9.26%
B = 45.92%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F733FD (or 0xF733FD) is known color: Pink Flamingo. HEX triplet: F7, 33 and FD. RGB value is (247,51,253). Sum of RGB (Red+Green+Blue) = 247+51+253=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 51 (20.31% from 255 or 9.26% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #F733FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F733FD is #08CC02. Grayscale: #848484. Windows color (decimal): -576515 or 16593911. OLE color: 16593911.

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

Color convert

RGB 247 51 253 -
CMYK 0.02 0.80 0 0.01
HSL 298.22º 0.98% 0.6% -
HSV(B) 298.22º 0.8% 0.99% -
XYZ 57.27 29.23 95.55 -
YUV 132.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 247 51 253 0.02 0.80 0 0.01 298.22 0.98 0.6
Hex F7 33 FD 2 50 0 1 12A 62 3C
Octal 367 63 375 2 120 0 1 452 142 74
Binary 11110111 110011 11111101 10 1010000 0 1 100101010 1100010 111100

Color Harmonies of #F733FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F733FD

Black with #F733FD

Text Example


Text Example

White with #F733FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F733FD; }

 p { color: rgb(247,51,253); }

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

background-color css

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

 a { background-color: rgb(247,51,253); }

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

border-color css

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

 span { border-color: rgb(247,51,253); }

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