Html Css Color HEX #F133FC Pink Flamingo

📋 copy color: '#F133FC'

red 241 ◦ green 51 ◦ blue 252

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

Shades of Pink Flamingo #F133FC

Tints of Pink Flamingo #F133FC

RGB

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

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

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

R = 44.3%
G = 9.38%
B = 46.32%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F133FC (or 0xF133FC) is known color: Pink Flamingo. HEX triplet: F1, 33 and FC. RGB value is (241,51,252). Sum of RGB (Red+Green+Blue) = 241+51+252=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 51 (20.31% from 255 or 9.38% from 544); Blue value is 252 (98.83% from 255 or 46.32% from 544); Max value from RGB is 252 - color contains mainly: blue. Hex color #F133FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F133FC is #0ECC03. Grayscale: #828282. Windows color (decimal): -969732 or 16528369. OLE color: 16528369.

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

Color convert

RGB 241 51 252 -
CMYK 0.04 0.80 0 0.01
HSL 296.72º 0.97% 0.59% -
HSV(B) 296.72º 0.8% 0.99% -
XYZ 55.03 28.1 94.62 -
YUV 130.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 241 51 252 0.04 0.80 0 0.01 296.72 0.97 0.59
Hex F1 33 FC 4 50 0 1 129 61 3B
Octal 361 63 374 4 120 0 1 451 141 73
Binary 11110001 110011 11111100 100 1010000 0 1 100101001 1100001 111011

Color Harmonies of #F133FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F133FC

Black with #F133FC

Text Example


Text Example

White with #F133FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F133FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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