Html Css Color HEX #F653FD Pink Flamingo

📋 copy color: '#F653FD'

red 246 ◦ green 83 ◦ blue 253

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

Shades of Pink Flamingo #F653FD

Tints of Pink Flamingo #F653FD

RGB

 RED value IS 246 (96.48% from 255) = 42.27%

 GREEN value IS 83 (32.81% from 255) = 14.26%

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

R = 42.27%
G = 14.26%
B = 43.47%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F653FD (or 0xF653FD) is known color: Pink Flamingo. HEX triplet: F6, 53 and FD. RGB value is (246,83,253). Sum of RGB (Red+Green+Blue) = 246+83+253=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 83 (32.81% from 255 or 14.26% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #F653FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F653FD is #09AC02. Grayscale: #969696. Windows color (decimal): -633859 or 16602102. OLE color: 16602102.

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

Color convert

RGB 246 83 253 -
CMYK 0.03 0.67 0 0.01
HSL 297.53º 0.98% 0.66% -
HSV(B) 297.53º 0.67% 0.99% -
XYZ 58.83 32.87 96.17 -
YUV 151.12 185.5 195.68 -
System Red Green Blue C M Y K H S L
Decimal 246 83 253 0.03 0.67 0 0.01 297.53 0.98 0.66
Hex F6 53 FD 3 43 0 1 12A 62 42
Octal 366 123 375 3 103 0 1 452 142 102
Binary 11110110 1010011 11111101 11 1000011 0 1 100101010 1100010 1000010

Color Harmonies of #F653FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F653FD

Black with #F653FD

Text Example


Text Example

White with #F653FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F653FD; }

 p { color: rgb(246,83,253); }

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

background-color css

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

 a { background-color: rgb(246,83,253); }

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

border-color css

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

 span { border-color: rgb(246,83,253); }

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