Html Css Color HEX #F152FA Pink Flamingo

📋 copy color: '#F152FA'

red 241 ◦ green 82 ◦ blue 250

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

Shades of Pink Flamingo #F152FA

Tints of Pink Flamingo #F152FA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.31%

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

R = 42.06%
G = 14.31%
B = 43.63%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F152FA (or 0xF152FA) is known color: Pink Flamingo. HEX triplet: F1, 52 and FA. RGB value is (241,82,250). Sum of RGB (Red+Green+Blue) = 241+82+250=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 82 (32.42% from 255 or 14.31% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #F152FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F152FA is #0EAD05. Grayscale: #949494. Windows color (decimal): -961798 or 16405233. OLE color: 16405233.

HSL color Cylindrical-coordinate representation of color #F152FA: hue angle of 296.79º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F152FA is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 241 82 250 -
CMYK 0.04 0.67 0 0.02
HSL 296.79º 0.94% 0.65% -
HSV(B) 296.79º 0.67% 0.98% -
XYZ 56.55 31.64 93.57 -
YUV 148.69 185.18 193.84 -
System Red Green Blue C M Y K H S L
Decimal 241 82 250 0.04 0.67 0 0.02 296.79 0.94 0.65
Hex F1 52 FA 4 43 0 2 129 5E 41
Octal 361 122 372 4 103 0 2 451 136 101
Binary 11110001 1010010 11111010 100 1000011 0 10 100101001 1011110 1000001

Color Harmonies of #F152FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F152FA

Black with #F152FA

Text Example


Text Example

White with #F152FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F152FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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