Html Css Color HEX #F067FD Pink Flamingo

📋 copy color: '#F067FD'

red 240 ◦ green 103 ◦ blue 253

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

Shades of Pink Flamingo #F067FD

Tints of Pink Flamingo #F067FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.28%

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

R = 40.27%
G = 17.28%
B = 42.45%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F067FD (or 0xF067FD) is known color: Pink Flamingo. HEX triplet: F0, 67 and FD. RGB value is (240,103,253). Sum of RGB (Red+Green+Blue) = 240+103+253=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 103 (40.62% from 255 or 17.28% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #F067FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067FD is #0F9802. Grayscale: #A0A0A0. Windows color (decimal): -1021955 or 16607216. OLE color: 16607216.

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

Color convert

RGB 240 103 253 -
CMYK 0.05 0.59 0 0.01
HSL 294.8º 0.97% 0.7% -
HSV(B) 294.8º 0.59% 0.99% -
XYZ 58.52 35.32 96.66 -
YUV 161.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 240 103 253 0.05 0.59 0 0.01 294.8 0.97 0.7
Hex F0 67 FD 5 3B 0 1 127 61 46
Octal 360 147 375 5 73 0 1 447 141 106
Binary 11110000 1100111 11111101 101 111011 0 1 100100111 1100001 1000110

Color Harmonies of #F067FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F067FD

Black with #F067FD

Text Example


Text Example

White with #F067FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F067FD; }

 p { color: rgb(240,103,253); }

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

background-color css

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

 a { background-color: rgb(240,103,253); }

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

border-color css

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

 span { border-color: rgb(240,103,253); }

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