Html Css Color HEX #FF35FD Pink Flamingo

📋 copy color: '#FF35FD'

red 255 ◦ green 53 ◦ blue 253

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

Shades of Pink Flamingo #FF35FD

Tints of Pink Flamingo #FF35FD

RGB

 RED value IS 255 (100% from 255) = 45.45%

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

 BLUE value IS 253 (99.22% from 255) = 45.1%

R = 45.45%
G = 9.45%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF35FD (or 0xFF35FD) is known color: Pink Flamingo. HEX triplet: FF, 35 and FD. RGB value is (255,53,253). Sum of RGB (Red+Green+Blue) = 255+53+253=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 53 (21.09% from 255 or 9.45% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF35FD is #00CA02. Grayscale: #878787. Windows color (decimal): -51715 or 16594431. OLE color: 16594431.

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

Color convert

RGB 255 53 253 -
CMYK 0 0.79 0.01 0
HSL 300.59º 1% 0.6% -
HSV(B) 300.59º 0.79% 1% -
XYZ 60.24 30.9 95.72 -
YUV 136.2 193.92 212.74 -
System Red Green Blue C M Y K H S L
Decimal 255 53 253 0 0.79 0.01 0 300.59 1 0.6
Hex FF 35 FD 0 4F 1 0 12D 64 3C
Octal 377 65 375 0 117 1 0 455 144 74
Binary 11111111 110101 11111101 0 1001111 1 0 100101101 1100100 111100

Color Harmonies of #FF35FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF35FD

Black with #FF35FD

Text Example


Text Example

White with #FF35FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF35FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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