Html Css Color HEX #F05CFE Pink Flamingo

📋 copy color: '#F05CFE'

red 240 ◦ green 92 ◦ blue 254

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

Shades of Pink Flamingo #F05CFE

Tints of Pink Flamingo #F05CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.34%

R = 40.96%
G = 15.7%
B = 43.34%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F05CFE (or 0xF05CFE) is known color: Pink Flamingo. HEX triplet: F0, 5C and FE. RGB value is (240,92,254). Sum of RGB (Red+Green+Blue) = 240+92+254=586 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.96% from 586); Green value is 92 (36.33% from 255 or 15.70% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #F05CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFE is #0FA301. Grayscale: #9A9A9A. Windows color (decimal): -1024770 or 16669936. OLE color: 16669936.

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

Color convert

RGB 240 92 254 -
CMYK 0.06 0.64 0 0.00
HSL 294.81º 0.99% 0.68% -
HSV(B) 294.81º 0.64% 1% -
XYZ 57.65 33.34 97.16 -
YUV 154.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 240 92 254 0.06 0.64 0 0.00 294.81 0.99 0.68
Hex F0 5C FE 6 40 0 0 127 63 44
Octal 360 134 376 6 100 0 0 447 143 104
Binary 11110000 1011100 11111110 110 1000000 0 0 100100111 1100011 1000100

Color Harmonies of #F05CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CFE

Black with #F05CFE

Text Example


Text Example

White with #F05CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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