Html Css Color HEX #F133FA Pink Flamingo

📋 copy color: '#F133FA'

red 241 ◦ green 51 ◦ blue 250

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

Shades of Pink Flamingo #F133FA

Tints of Pink Flamingo #F133FA

RGB

 RED value IS 241 (94.53% from 255) = 44.46%

 GREEN value IS 51 (20.31% from 255) = 9.41%

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

R = 44.46%
G = 9.41%
B = 46.13%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F133FA (or 0xF133FA) is known color: Pink Flamingo. HEX triplet: F1, 33 and FA. RGB value is (241,51,250). Sum of RGB (Red+Green+Blue) = 241+51+250=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 51 (20.31% from 255 or 9.41% from 542); Blue value is 250 (98.05% from 255 or 46.13% from 542); Max value from RGB is 250 - color contains mainly: blue. Hex color #F133FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133FA is #0ECC05. Grayscale: #818181. Windows color (decimal): -969734 or 16397297. OLE color: 16397297.

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

Color convert

RGB 241 51 250 -
CMYK 0.04 0.80 0 0.02
HSL 297.29º 0.95% 0.59% -
HSV(B) 297.29º 0.8% 0.98% -
XYZ 54.71 27.97 92.96 -
YUV 130.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 241 51 250 0.04 0.80 0 0.02 297.29 0.95 0.59
Hex F1 33 FA 4 50 0 2 129 5F 3B
Octal 361 63 372 4 120 0 2 451 137 73
Binary 11110001 110011 11111010 100 1010000 0 10 100101001 1011111 111011

Color Harmonies of #F133FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133FA

Black with #F133FA

Text Example


Text Example

White with #F133FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133FA; }

 p { color: rgb(241,51,250); }

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

background-color css

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

 a { background-color: rgb(241,51,250); }

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

border-color css

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

 span { border-color: rgb(241,51,250); }

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