Html Css Color HEX #F05CFF Pink Flamingo

📋 copy color: '#F05CFF'

red 240 ◦ green 92 ◦ blue 255

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

Shades of Pink Flamingo #F05CFF

Tints of Pink Flamingo #F05CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.44%

R = 40.89%
G = 15.67%
B = 43.44%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F05CFF (or 0xF05CFF) is known color: Pink Flamingo. HEX triplet: F0, 5C and FF. RGB value is (240,92,255). Sum of RGB (Red+Green+Blue) = 240+92+255=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 92 (36.33% from 255 or 15.67% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F05CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05CFF is #0FA300. Grayscale: #9A9A9A. Windows color (decimal): -1024769 or 16735472. OLE color: 16735472.

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

Color convert

RGB 240 92 255 -
CMYK 0.06 0.64 0 0
HSL 294.48º 1% 0.68% -
HSV(B) 294.48º 0.64% 1% -
XYZ 57.81 33.4 98.01 -
YUV 154.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 240 92 255 0.06 0.64 0 0 294.48 1 0.68
Hex F0 5C FF 6 40 0 0 126 64 44
Octal 360 134 377 6 100 0 0 446 144 104
Binary 11110000 1011100 11111111 110 1000000 0 0 100100110 1100100 1000100

Color Harmonies of #F05CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05CFF

Black with #F05CFF

Text Example


Text Example

White with #F05CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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