Html Css Color HEX #F935FD Pink Flamingo

📋 copy color: '#F935FD'

red 249 ◦ green 53 ◦ blue 253

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

Shades of Pink Flamingo #F935FD

Tints of Pink Flamingo #F935FD

RGB

 RED value IS 249 (97.66% from 255) = 44.86%

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

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

R = 44.86%
G = 9.55%
B = 45.59%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F935FD (or 0xF935FD) is known color: Pink Flamingo. HEX triplet: F9, 35 and FD. RGB value is (249,53,253). Sum of RGB (Red+Green+Blue) = 249+53+253=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 53 (21.09% from 255 or 9.55% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #F935FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F935FD is #06CA02. Grayscale: #858585. Windows color (decimal): -444931 or 16594425. OLE color: 16594425.

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

Color convert

RGB 249 53 253 -
CMYK 0.02 0.79 0 0.01
HSL 298.8º 0.98% 0.6% -
HSV(B) 298.8º 0.79% 0.99% -
XYZ 58.07 29.78 95.62 -
YUV 134.4 194.93 209.74 -
System Red Green Blue C M Y K H S L
Decimal 249 53 253 0.02 0.79 0 0.01 298.8 0.98 0.6
Hex F9 35 FD 2 4F 0 1 12B 62 3C
Octal 371 65 375 2 117 0 1 453 142 74
Binary 11111001 110101 11111101 10 1001111 0 1 100101011 1100010 111100

Color Harmonies of #F935FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935FD

Black with #F935FD

Text Example


Text Example

White with #F935FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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