Html Css Color HEX #FB35FF Pink Flamingo

📋 copy color: '#FB35FF'

red 251 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #FB35FF

Tints of Pink Flamingo #FB35FF

RGB

 RED value IS 251 (98.44% from 255) = 44.9%

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

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

R = 44.9%
G = 9.48%
B = 45.62%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB35FF (or 0xFB35FF) is known color: Pink Flamingo. HEX triplet: FB, 35 and FF. RGB value is (251,53,255). Sum of RGB (Red+Green+Blue) = 251+53+255=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 53 (21.09% from 255 or 9.48% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB35FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB35FF is #04CA00. Grayscale: #868686. Windows color (decimal): -313857 or 16725499. OLE color: 16725499.

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

Color convert

RGB 251 53 255 -
CMYK 0.02 0.79 0 0
HSL 298.81º 1% 0.6% -
HSV(B) 298.81º 0.79% 1% -
XYZ 59.11 30.28 97.34 -
YUV 135.23 195.6 210.57 -
System Red Green Blue C M Y K H S L
Decimal 251 53 255 0.02 0.79 0 0 298.81 1 0.6
Hex FB 35 FF 2 4F 0 0 12B 64 3C
Octal 373 65 377 2 117 0 0 453 144 74
Binary 11111011 110101 11111111 10 1001111 0 0 100101011 1100100 111100

Color Harmonies of #FB35FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB35FF

Black with #FB35FF

Text Example


Text Example

White with #FB35FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB35FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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