Html Css Color HEX #F334FA Pink Flamingo

📋 copy color: '#F334FA'

red 243 ◦ green 52 ◦ blue 250

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

Shades of Pink Flamingo #F334FA

Tints of Pink Flamingo #F334FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 44.59%
G = 9.54%
B = 45.87%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F334FA (or 0xF334FA) is known color: Pink Flamingo. HEX triplet: F3, 34 and FA. RGB value is (243,52,250). Sum of RGB (Red+Green+Blue) = 243+52+250=545 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.59% from 545); Green value is 52 (20.70% from 255 or 9.54% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #F334FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334FA is #0CCB05. Grayscale: #838383. Windows color (decimal): -838406 or 16397555. OLE color: 16397555.

HSL color Cylindrical-coordinate representation of color #F334FA: hue angle of 297.88º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F334FA is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 52 250 -
CMYK 0.03 0.79 0 0.02
HSL 297.88º 0.95% 0.59% -
HSV(B) 297.88º 0.79% 0.98% -
XYZ 55.45 28.41 93 -
YUV 131.68 194.78 207.4 -
System Red Green Blue C M Y K H S L
Decimal 243 52 250 0.03 0.79 0 0.02 297.88 0.95 0.59
Hex F3 34 FA 3 4F 0 2 12A 5F 3B
Octal 363 64 372 3 117 0 2 452 137 73
Binary 11110011 110100 11111010 11 1001111 0 10 100101010 1011111 111011

Color Harmonies of #F334FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334FA

Black with #F334FA

Text Example


Text Example

White with #F334FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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