Html Css Color HEX #F069FB Pink Flamingo

📋 copy color: '#F069FB'

red 240 ◦ green 105 ◦ blue 251

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

Shades of Pink Flamingo #F069FB

Tints of Pink Flamingo #F069FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.11%

R = 40.27%
G = 17.62%
B = 42.11%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F069FB (or 0xF069FB) is known color: Pink Flamingo. HEX triplet: F0, 69 and FB. RGB value is (240,105,251). Sum of RGB (Red+Green+Blue) = 240+105+251=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 105 (41.41% from 255 or 17.62% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #F069FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F069FB is #0F9604. Grayscale: #A1A1A1. Windows color (decimal): -1021445 or 16476656. OLE color: 16476656.

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

Color convert

RGB 240 105 251 -
CMYK 0.04 0.58 0 0.02
HSL 295.48º 0.95% 0.7% -
HSV(B) 295.48º 0.58% 0.98% -
XYZ 58.4 35.59 95.06 -
YUV 162.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 240 105 251 0.04 0.58 0 0.02 295.48 0.95 0.7
Hex F0 69 FB 4 3A 0 2 127 5F 46
Octal 360 151 373 4 72 0 2 447 137 106
Binary 11110000 1101001 11111011 100 111010 0 10 100100111 1011111 1000110

Color Harmonies of #F069FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F069FB

Black with #F069FB

Text Example


Text Example

White with #F069FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F069FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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