Html Css Color HEX #F535FC Pink Flamingo

📋 copy color: '#F535FC'

red 245 ◦ green 53 ◦ blue 252

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

Shades of Pink Flamingo #F535FC

Tints of Pink Flamingo #F535FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 44.55%
G = 9.64%
B = 45.82%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F535FC (or 0xF535FC) is known color: Pink Flamingo. HEX triplet: F5, 35 and FC. RGB value is (245,53,252). Sum of RGB (Red+Green+Blue) = 245+53+252=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 53 (21.09% from 255 or 9.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #F535FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F535FC is #0ACA03. Grayscale: #848484. Windows color (decimal): -707076 or 16528885. OLE color: 16528885.

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

Color convert

RGB 245 53 252 -
CMYK 0.03 0.79 0 0.01
HSL 297.89º 0.97% 0.6% -
HSV(B) 297.89º 0.79% 0.99% -
XYZ 56.5 28.99 94.71 -
YUV 133.09 195.11 207.82 -
System Red Green Blue C M Y K H S L
Decimal 245 53 252 0.03 0.79 0 0.01 297.89 0.97 0.6
Hex F5 35 FC 3 4F 0 1 12A 61 3C
Octal 365 65 374 3 117 0 1 452 141 74
Binary 11110101 110101 11111100 11 1001111 0 1 100101010 1100001 111100

Color Harmonies of #F535FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F535FC

Black with #F535FC

Text Example


Text Example

White with #F535FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F535FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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