Html Css Color HEX #F065FD Pink Flamingo

📋 copy color: '#F065FD'

red 240 ◦ green 101 ◦ blue 253

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

Shades of Pink Flamingo #F065FD

Tints of Pink Flamingo #F065FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17%

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

R = 40.4%
G = 17%
B = 42.59%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F065FD (or 0xF065FD) is known color: Pink Flamingo. HEX triplet: F0, 65 and FD. RGB value is (240,101,253). Sum of RGB (Red+Green+Blue) = 240+101+253=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #F065FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065FD is #0F9A02. Grayscale: #9F9F9F. Windows color (decimal): -1022467 or 16606704. OLE color: 16606704.

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

Color convert

RGB 240 101 253 -
CMYK 0.05 0.60 0 0.01
HSL 294.87º 0.97% 0.69% -
HSV(B) 294.87º 0.6% 0.99% -
XYZ 58.32 34.92 96.6 -
YUV 159.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 240 101 253 0.05 0.60 0 0.01 294.87 0.97 0.69
Hex F0 65 FD 5 3C 0 1 127 61 45
Octal 360 145 375 5 74 0 1 447 141 105
Binary 11110000 1100101 11111101 101 111100 0 1 100100111 1100001 1000101

Color Harmonies of #F065FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065FD

Black with #F065FD

Text Example


Text Example

White with #F065FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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