Html Css Color HEX #F035FE Pink Flamingo

📋 copy color: '#F035FE'

red 240 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #F035FE

Tints of Pink Flamingo #F035FE

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.69%

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

R = 43.88%
G = 9.69%
B = 46.44%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F035FE (or 0xF035FE) is known color: Pink Flamingo. HEX triplet: F0, 35 and FE. RGB value is (240,53,254). Sum of RGB (Red+Green+Blue) = 240+53+254=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 53 (21.09% from 255 or 9.69% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #F035FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F035FE is #0FCA01. Grayscale: #838383. Windows color (decimal): -1034754 or 16659952. OLE color: 16659952.

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

Color convert

RGB 240 53 254 -
CMYK 0.06 0.79 0 0.00
HSL 295.82º 0.99% 0.6% -
HSV(B) 295.82º 0.79% 1% -
XYZ 55.1 28.23 96.31 -
YUV 131.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 240 53 254 0.06 0.79 0 0.00 295.82 0.99 0.6
Hex F0 35 FE 6 4F 0 0 128 63 3C
Octal 360 65 376 6 117 0 0 450 143 74
Binary 11110000 110101 11111110 110 1001111 0 0 100101000 1100011 111100

Color Harmonies of #F035FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035FE

Black with #F035FE

Text Example


Text Example

White with #F035FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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