Html Css Color HEX #F935FE Pink Flamingo

📋 copy color: '#F935FE'

red 249 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #F935FE

Tints of Pink Flamingo #F935FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.68%

R = 44.78%
G = 9.53%
B = 45.68%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F935FE (or 0xF935FE) is known color: Pink Flamingo. HEX triplet: F9, 35 and FE. RGB value is (249,53,254). Sum of RGB (Red+Green+Blue) = 249+53+254=556 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.78% from 556); Green value is 53 (21.09% from 255 or 9.53% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #F935FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F935FE is #06CA01. Grayscale: #858585. Windows color (decimal): -444930 or 16659961. OLE color: 16659961.

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

Color convert

RGB 249 53 254 -
CMYK 0.02 0.79 0 0.00
HSL 298.51º 0.99% 0.6% -
HSV(B) 298.51º 0.79% 1% -
XYZ 58.23 29.84 96.46 -
YUV 134.52 195.43 209.66 -
System Red Green Blue C M Y K H S L
Decimal 249 53 254 0.02 0.79 0 0.00 298.51 0.99 0.6
Hex F9 35 FE 2 4F 0 0 12B 63 3C
Octal 371 65 376 2 117 0 0 453 143 74
Binary 11111001 110101 11111110 10 1001111 0 0 100101011 1100011 111100

Color Harmonies of #F935FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F935FE

Black with #F935FE

Text Example


Text Example

White with #F935FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F935FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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