Html Css Color HEX #F335FF Pink Flamingo

📋 copy color: '#F335FF'

red 243 ◦ green 53 ◦ blue 255

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

Shades of Pink Flamingo #F335FF

Tints of Pink Flamingo #F335FF

RGB

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

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

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

R = 44.1%
G = 9.62%
B = 46.28%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F335FF (or 0xF335FF) is known color: Pink Flamingo. HEX triplet: F3, 35 and FF. RGB value is (243,53,255). Sum of RGB (Red+Green+Blue) = 243+53+255=551 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.10% from 551); Green value is 53 (21.09% from 255 or 9.62% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #F335FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F335FF is #0CCA00. Grayscale: #848484. Windows color (decimal): -838145 or 16725491. OLE color: 16725491.

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

Color convert

RGB 243 53 255 -
CMYK 0.05 0.79 0 0
HSL 296.44º 1% 0.6% -
HSV(B) 296.44º 0.79% 1% -
XYZ 56.29 28.82 97.2 -
YUV 132.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 243 53 255 0.05 0.79 0 0 296.44 1 0.6
Hex F3 35 FF 5 4F 0 0 128 64 3C
Octal 363 65 377 5 117 0 0 450 144 74
Binary 11110011 110101 11111111 101 1001111 0 0 100101000 1100100 111100

Color Harmonies of #F335FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F335FF

Black with #F335FF

Text Example


Text Example

White with #F335FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F335FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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