Html Css Color HEX #F334FD Pink Flamingo

📋 copy color: '#F334FD'

red 243 ◦ green 52 ◦ blue 253

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

Shades of Pink Flamingo #F334FD

Tints of Pink Flamingo #F334FD

RGB

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

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

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

R = 44.34%
G = 9.49%
B = 46.17%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F334FD (or 0xF334FD) is known color: Pink Flamingo. HEX triplet: F3, 34 and FD. RGB value is (243,52,253). Sum of RGB (Red+Green+Blue) = 243+52+253=548 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.34% from 548); Green value is 52 (20.70% from 255 or 9.49% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #F334FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334FD is #0CCB02. Grayscale: #838383. Windows color (decimal): -838403 or 16594163. OLE color: 16594163.

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

Color convert

RGB 243 52 253 -
CMYK 0.04 0.79 0 0.01
HSL 297.01º 0.98% 0.6% -
HSV(B) 297.01º 0.79% 0.99% -
XYZ 55.92 28.6 95.5 -
YUV 132.02 196.28 207.16 -
System Red Green Blue C M Y K H S L
Decimal 243 52 253 0.04 0.79 0 0.01 297.01 0.98 0.6
Hex F3 34 FD 4 4F 0 1 129 62 3C
Octal 363 64 375 4 117 0 1 451 142 74
Binary 11110011 110100 11111101 100 1001111 0 1 100101001 1100010 111100

Color Harmonies of #F334FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334FD

Black with #F334FD

Text Example


Text Example

White with #F334FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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