Html Css Color HEX #F135FA Pink Flamingo

📋 copy color: '#F135FA'

red 241 ◦ green 53 ◦ blue 250

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

Shades of Pink Flamingo #F135FA

Tints of Pink Flamingo #F135FA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.74%

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

R = 44.3%
G = 9.74%
B = 45.96%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F135FA (or 0xF135FA) is known color: Pink Flamingo. HEX triplet: F1, 35 and FA. RGB value is (241,53,250). Sum of RGB (Red+Green+Blue) = 241+53+250=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 53 (21.09% from 255 or 9.74% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #F135FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F135FA is #0ECA05. Grayscale: #838383. Windows color (decimal): -969222 or 16397809. OLE color: 16397809.

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

Color convert

RGB 241 53 250 -
CMYK 0.04 0.79 0 0.02
HSL 297.26º 0.95% 0.59% -
HSV(B) 297.26º 0.79% 0.98% -
XYZ 54.8 28.15 92.99 -
YUV 131.67 194.78 205.98 -
System Red Green Blue C M Y K H S L
Decimal 241 53 250 0.04 0.79 0 0.02 297.26 0.95 0.59
Hex F1 35 FA 4 4F 0 2 129 5F 3B
Octal 361 65 372 4 117 0 2 451 137 73
Binary 11110001 110101 11111010 100 1001111 0 10 100101001 1011111 111011

Color Harmonies of #F135FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F135FA

Black with #F135FA

Text Example


Text Example

White with #F135FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F135FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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