Html Css Color HEX #F33FFC Pink Flamingo

📋 copy color: '#F33FFC'

red 243 ◦ green 63 ◦ blue 252

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

Shades of Pink Flamingo #F33FFC

Tints of Pink Flamingo #F33FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.29%

 BLUE value IS 252 (98.83% from 255) = 45.16%

R = 43.55%
G = 11.29%
B = 45.16%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F33FFC (or 0xF33FFC) is known color: Pink Flamingo. HEX triplet: F3, 3F and FC. RGB value is (243,63,252). Sum of RGB (Red+Green+Blue) = 243+63+252=558 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.55% from 558); Green value is 63 (25% from 255 or 11.29% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #F33FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33FFC is #0CC003. Grayscale: #898989. Windows color (decimal): -835588 or 16531443. OLE color: 16531443.

HSL color Cylindrical-coordinate representation of color #F33FFC: hue angle of 297.14º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33FFC is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 63 252 -
CMYK 0.04 0.75 0 0.01
HSL 297.14º 0.97% 0.62% -
HSV(B) 297.14º 0.75% 0.99% -
XYZ 56.31 29.64 94.85 -
YUV 138.37 192.13 202.63 -
System Red Green Blue C M Y K H S L
Decimal 243 63 252 0.04 0.75 0 0.01 297.14 0.97 0.62
Hex F3 3F FC 4 4B 0 1 129 61 3E
Octal 363 77 374 4 113 0 1 451 141 76
Binary 11110011 111111 11111100 100 1001011 0 1 100101001 1100001 111110

Color Harmonies of #F33FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33FFC

Black with #F33FFC

Text Example


Text Example

White with #F33FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33FFC; }

 p { color: rgb(243,63,252); }

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

background-color css

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

 a { background-color: rgb(243,63,252); }

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

border-color css

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

 span { border-color: rgb(243,63,252); }

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