Html Css Color HEX #F05CFD Pink Flamingo

📋 copy color: '#F05CFD'

red 240 ◦ green 92 ◦ blue 253

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

Shades of Pink Flamingo #F05CFD

Tints of Pink Flamingo #F05CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 15.73%

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

R = 41.03%
G = 15.73%
B = 43.25%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F05CFD (or 0xF05CFD) is known color: Pink Flamingo. HEX triplet: F0, 5C and FD. RGB value is (240,92,253). Sum of RGB (Red+Green+Blue) = 240+92+253=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 92 (36.33% from 255 or 15.73% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #F05CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFD is #0FA302. Grayscale: #9A9A9A. Windows color (decimal): -1024771 or 16604400. OLE color: 16604400.

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

Color convert

RGB 240 92 253 -
CMYK 0.05 0.64 0 0.01
HSL 295.16º 0.98% 0.68% -
HSV(B) 295.16º 0.64% 0.99% -
XYZ 57.49 33.27 96.32 -
YUV 154.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 240 92 253 0.05 0.64 0 0.01 295.16 0.98 0.68
Hex F0 5C FD 5 40 0 1 127 62 44
Octal 360 134 375 5 100 0 1 447 142 104
Binary 11110000 1011100 11111101 101 1000000 0 1 100100111 1100010 1000100

Color Harmonies of #F05CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CFD

Black with #F05CFD

Text Example


Text Example

White with #F05CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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