Html Css Color HEX #F334FB Pink Flamingo

📋 copy color: '#F334FB'

red 243 ◦ green 52 ◦ blue 251

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

Shades of Pink Flamingo #F334FB

Tints of Pink Flamingo #F334FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.97%

R = 44.51%
G = 9.52%
B = 45.97%

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

#F334FB (or 0xF334FB) is known color: Pink Flamingo. HEX triplet: F3, 34 and FB. RGB value is (243,52,251). Sum of RGB (Red+Green+Blue) = 243+52+251=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 52 (20.70% from 255 or 9.52% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #F334FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F334FB is #0CCB04. Grayscale: #838383. Windows color (decimal): -838405 or 16463091. OLE color: 16463091.

HSL color Cylindrical-coordinate representation of color #F334FB: hue angle of 297.59º degrees, saturation: 0.96, 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 #F334FB is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 52 251 -
CMYK 0.03 0.79 0 0.02
HSL 297.59º 0.96% 0.59% -
HSV(B) 297.59º 0.79% 0.98% -
XYZ 55.6 28.48 93.83 -
YUV 131.8 195.28 207.32 -
System Red Green Blue C M Y K H S L
Decimal 243 52 251 0.03 0.79 0 0.02 297.59 0.96 0.59
Hex F3 34 FB 3 4F 0 2 12A 60 3B
Octal 363 64 373 3 117 0 2 452 140 73
Binary 11110011 110100 11111011 11 1001111 0 10 100101010 1100000 111011

Color Harmonies of #F334FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F334FB

Black with #F334FB

Text Example


Text Example

White with #F334FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F334FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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