Html Css Color HEX #FD69F2 Pink Flamingo

📋 copy color: '#FD69F2'

red 253 ◦ green 105 ◦ blue 242

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

Shades of Pink Flamingo #FD69F2

Tints of Pink Flamingo #FD69F2

RGB

 RED value IS 253 (99.22% from 255) = 42.17%

 GREEN value IS 105 (41.41% from 255) = 17.5%

 BLUE value IS 242 (94.92% from 255) = 40.33%

R = 42.17%
G = 17.5%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#FD69F2 (or 0xFD69F2) is known color: Pink Flamingo. HEX triplet: FD, 69 and F2. RGB value is (253,105,242). Sum of RGB (Red+Green+Blue) = 253+105+242=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD69F2 is #02960D. Grayscale: #A4A4A4. Windows color (decimal): -169486 or 15886845. OLE color: 15886845.

HSL color Cylindrical-coordinate representation of color #FD69F2: hue angle of 304.46º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69F2 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 105 242 -
CMYK 0 0.58 0.04 0.01
HSL 304.46º 0.97% 0.7% -
HSV(B) 304.46º 0.58% 0.99% -
XYZ 61.59 37.4 87.98 -
YUV 164.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 253 105 242 0 0.58 0.04 0.01 304.46 0.97 0.7
Hex FD 69 F2 0 3A 4 1 130 61 46
Octal 375 151 362 0 72 4 1 460 141 106
Binary 11111101 1101001 11110010 0 111010 100 1 100110000 1100001 1000110

Color Harmonies of #FD69F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD69F2

Black with #FD69F2

Text Example


Text Example

White with #FD69F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD69F2; }

 p { color: rgb(253,105,242); }

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

background-color css

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

 a { background-color: rgb(253,105,242); }

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

border-color css

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

 span { border-color: rgb(253,105,242); }

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