Html Css Color HEX #F334FF Pink Flamingo

📋 copy color: '#F334FF'

red 243 ◦ green 52 ◦ blue 255

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

Shades of Pink Flamingo #F334FF

Tints of Pink Flamingo #F334FF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 9.45%

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

R = 44.18%
G = 9.45%
B = 46.36%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F334FF (or 0xF334FF) is known color: Pink Flamingo. HEX triplet: F3, 34 and FF. RGB value is (243,52,255). Sum of RGB (Red+Green+Blue) = 243+52+255=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 52 (20.70% from 255 or 9.45% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #F334FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334FF is #0CCB00. Grayscale: #838383. Windows color (decimal): -838401 or 16725235. OLE color: 16725235.

HSL color Cylindrical-coordinate representation of color #F334FF: hue angle of 296.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F334FF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 243 52 255 -
CMYK 0.05 0.80 0 0
HSL 296.45º 1% 0.6% -
HSV(B) 296.45º 0.8% 1% -
XYZ 56.24 28.73 97.19 -
YUV 132.25 197.28 206.99 -
System Red Green Blue C M Y K H S L
Decimal 243 52 255 0.05 0.80 0 0 296.45 1 0.6
Hex F3 34 FF 5 50 0 0 128 64 3C
Octal 363 64 377 5 120 0 0 450 144 74
Binary 11110011 110100 11111111 101 1010000 0 0 100101000 1100100 111100

Color Harmonies of #F334FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334FF

Black with #F334FF

Text Example


Text Example

White with #F334FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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