Html Css Color HEX #F069FE Pink Flamingo

📋 copy color: '#F069FE'

red 240 ◦ green 105 ◦ blue 254

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

Shades of Pink Flamingo #F069FE

Tints of Pink Flamingo #F069FE

RGB

 RED value IS 240 (94.14% from 255) = 40.07%

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

 BLUE value IS 254 (99.61% from 255) = 42.4%

R = 40.07%
G = 17.53%
B = 42.4%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F069FE (or 0xF069FE) is known color: Pink Flamingo. HEX triplet: F0, 69 and FE. RGB value is (240,105,254). Sum of RGB (Red+Green+Blue) = 240+105+254=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 105 (41.41% from 255 or 17.53% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #F069FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069FE is #0F9601. Grayscale: #A1A1A1. Windows color (decimal): -1021442 or 16673264. OLE color: 16673264.

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

Color convert

RGB 240 105 254 -
CMYK 0.06 0.59 0 0.00
HSL 294.36º 0.99% 0.7% -
HSV(B) 294.36º 0.59% 1% -
XYZ 58.88 35.78 97.57 -
YUV 162.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 240 105 254 0.06 0.59 0 0.00 294.36 0.99 0.7
Hex F0 69 FE 6 3B 0 0 126 63 46
Octal 360 151 376 6 73 0 0 446 143 106
Binary 11110000 1101001 11111110 110 111011 0 0 100100110 1100011 1000110

Color Harmonies of #F069FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069FE

Black with #F069FE

Text Example


Text Example

White with #F069FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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