Html Css Color HEX #F33CFD Pink Flamingo

📋 copy color: '#F33CFD'

red 243 ◦ green 60 ◦ blue 253

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

Shades of Pink Flamingo #F33CFD

Tints of Pink Flamingo #F33CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 10.79%

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

R = 43.71%
G = 10.79%
B = 45.5%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F33CFD (or 0xF33CFD) is known color: Pink Flamingo. HEX triplet: F3, 3C and FD. RGB value is (243,60,253). Sum of RGB (Red+Green+Blue) = 243+60+253=556 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.71% from 556); Green value is 60 (23.83% from 255 or 10.79% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #F33CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F33CFD is #0CC302. Grayscale: #888888. Windows color (decimal): -836355 or 16596211. OLE color: 16596211.

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

Color convert

RGB 243 60 253 -
CMYK 0.04 0.76 0 0.01
HSL 296.89º 0.98% 0.61% -
HSV(B) 296.89º 0.76% 0.99% -
XYZ 56.31 29.38 95.63 -
YUV 136.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 243 60 253 0.04 0.76 0 0.01 296.89 0.98 0.61
Hex F3 3C FD 4 4C 0 1 129 62 3D
Octal 363 74 375 4 114 0 1 451 142 75
Binary 11110011 111100 11111101 100 1001100 0 1 100101001 1100010 111101

Color Harmonies of #F33CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33CFD

Black with #F33CFD

Text Example


Text Example

White with #F33CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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