Html Css Color HEX #F535FF Pink Flamingo

📋 copy color: '#F535FF'

red 245 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #F535FF

Tints of Pink Flamingo #F535FF

RGB

 RED value IS 245 (96.09% from 255) = 44.3%

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

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

R = 44.3%
G = 9.58%
B = 46.11%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F535FF (or 0xF535FF) is known color: Pink Flamingo. HEX triplet: F5, 35 and FF. RGB value is (245,53,255). Sum of RGB (Red+Green+Blue) = 245+53+255=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 53 (21.09% from 255 or 9.58% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F535FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F535FF is #0ACA00. Grayscale: #848484. Windows color (decimal): -707073 or 16725493. OLE color: 16725493.

HSL color Cylindrical-coordinate representation of color #F535FF: hue angle of 297.03º 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 #F535FF is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 245 53 255 -
CMYK 0.04 0.79 0 0
HSL 297.03º 1% 0.6% -
HSV(B) 297.03º 0.79% 1% -
XYZ 56.98 29.18 97.24 -
YUV 133.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 245 53 255 0.04 0.79 0 0 297.03 1 0.6
Hex F5 35 FF 4 4F 0 0 129 64 3C
Octal 365 65 377 4 117 0 0 451 144 74
Binary 11110101 110101 11111111 100 1001111 0 0 100101001 1100100 111100

Color Harmonies of #F535FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535FF

Black with #F535FF

Text Example


Text Example

White with #F535FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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