Html Css Color HEX #F065FC Pink Flamingo

📋 copy color: '#F065FC'

red 240 ◦ green 101 ◦ blue 252

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

Shades of Pink Flamingo #F065FC

Tints of Pink Flamingo #F065FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.5%

R = 40.47%
G = 17.03%
B = 42.5%

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

#F065FC (or 0xF065FC) is known color: Pink Flamingo. HEX triplet: F0, 65 and FC. RGB value is (240,101,252). Sum of RGB (Red+Green+Blue) = 240+101+252=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 101 (39.84% from 255 or 17.03% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #F065FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F065FC is #0F9A03. Grayscale: #9F9F9F. Windows color (decimal): -1022468 or 16541168. OLE color: 16541168.

HSL color Cylindrical-coordinate representation of color #F065FC: hue angle of 295.23º degrees, saturation: 0.96, 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 #F065FC is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 101 252 -
CMYK 0.05 0.60 0 0.01
HSL 295.23º 0.96% 0.69% -
HSV(B) 295.23º 0.6% 0.99% -
XYZ 58.16 34.86 95.76 -
YUV 159.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 240 101 252 0.05 0.60 0 0.01 295.23 0.96 0.69
Hex F0 65 FC 5 3C 0 1 127 60 45
Octal 360 145 374 5 74 0 1 447 140 105
Binary 11110000 1100101 11111100 101 111100 0 1 100100111 1100000 1000101

Color Harmonies of #F065FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F065FC

Black with #F065FC

Text Example


Text Example

White with #F065FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F065FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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