Html Css Color HEX #F035FF Pink Flamingo

📋 copy color: '#F035FF'

red 240 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #F035FF

Tints of Pink Flamingo #F035FF

RGB

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

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

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

R = 43.8%
G = 9.67%
B = 46.53%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F035FF (or 0xF035FF) is known color: Pink Flamingo. HEX triplet: F0, 35 and FF. RGB value is (240,53,255). Sum of RGB (Red+Green+Blue) = 240+53+255=548 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.80% from 548); Green value is 53 (21.09% from 255 or 9.67% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #F035FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F035FF is #0FCA00. Grayscale: #838383. Windows color (decimal): -1034753 or 16725488. OLE color: 16725488.

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

Color convert

RGB 240 53 255 -
CMYK 0.06 0.79 0 0
HSL 295.54º 1% 0.6% -
HSV(B) 295.54º 0.79% 1% -
XYZ 55.26 28.29 97.16 -
YUV 131.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 240 53 255 0.06 0.79 0 0 295.54 1 0.6
Hex F0 35 FF 6 4F 0 0 128 64 3C
Octal 360 65 377 6 117 0 0 450 144 74
Binary 11110000 110101 11111111 110 1001111 0 0 100101000 1100100 111100

Color Harmonies of #F035FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F035FF

Black with #F035FF

Text Example


Text Example

White with #F035FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F035FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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