Html Css Color HEX #F335FE Pink Flamingo

📋 copy color: '#F335FE'

red 243 ◦ green 53 ◦ blue 254

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

Shades of Pink Flamingo #F335FE

Tints of Pink Flamingo #F335FE

RGB

 RED value IS 243 (95.31% from 255) = 44.18%

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

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

R = 44.18%
G = 9.64%
B = 46.18%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F335FE (or 0xF335FE) is known color: Pink Flamingo. HEX triplet: F3, 35 and FE. RGB value is (243,53,254). Sum of RGB (Red+Green+Blue) = 243+53+254=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 53 (21.09% from 255 or 9.64% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #F335FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F335FE is #0CCA01. Grayscale: #848484. Windows color (decimal): -838146 or 16659955. OLE color: 16659955.

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

Color convert

RGB 243 53 254 -
CMYK 0.04 0.79 0 0.00
HSL 296.72º 0.99% 0.6% -
HSV(B) 296.72º 0.79% 1% -
XYZ 56.12 28.76 96.36 -
YUV 132.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 243 53 254 0.04 0.79 0 0.00 296.72 0.99 0.6
Hex F3 35 FE 4 4F 0 0 129 63 3C
Octal 363 65 376 4 117 0 0 451 143 74
Binary 11110011 110101 11111110 100 1001111 0 0 100101001 1100011 111100

Color Harmonies of #F335FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335FE

Black with #F335FE

Text Example


Text Example

White with #F335FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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