Html Css Color HEX #FF69F0 Pink Flamingo

📋 copy color: '#FF69F0'

red 255 ◦ green 105 ◦ blue 240

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

Shades of Pink Flamingo #FF69F0

Tints of Pink Flamingo #FF69F0

RGB

 RED value IS 255 (100% from 255) = 42.5%

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

 BLUE value IS 240 (94.14% from 255) = 40%

R = 42.5%
G = 17.5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#FF69F0 (or 0xFF69F0) is known color: Pink Flamingo. HEX triplet: FF, 69 and F0. RGB value is (255,105,240). Sum of RGB (Red+Green+Blue) = 255+105+240=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 105 (41.41% from 255 or 17.5% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69F0 is #00960F. Grayscale: #A4A4A4. Windows color (decimal): -38416 or 15755775. OLE color: 15755775.

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

Color convert

RGB 255 105 240 -
CMYK 0 0.59 0.06 0
HSL 306º 1% 0.71% -
HSV(B) 306º 0.59% 1% -
XYZ 62.02 37.65 86.44 -
YUV 165.24 170.2 192.02 -
System Red Green Blue C M Y K H S L
Decimal 255 105 240 0 0.59 0.06 0 306 1 0.71
Hex FF 69 F0 0 3B 6 0 132 64 47
Octal 377 151 360 0 73 6 0 462 144 107
Binary 11111111 1101001 11110000 0 111011 110 0 100110010 1100100 1000111

Color Harmonies of #FF69F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF69F0

Black with #FF69F0

Text Example


Text Example

White with #FF69F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF69F0; }

 p { color: rgb(255,105,240); }

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

background-color css

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

 a { background-color: rgb(255,105,240); }

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

border-color css

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

 span { border-color: rgb(255,105,240); }

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