Html Css Color HEX #F842F5 Pink Flamingo

📋 copy color: '#F842F5'

red 248 ◦ green 66 ◦ blue 245

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

Shades of Pink Flamingo #F842F5

Tints of Pink Flamingo #F842F5

RGB

 RED value IS 248 (97.27% from 255) = 44.36%

 GREEN value IS 66 (26.17% from 255) = 11.81%

 BLUE value IS 245 (96.09% from 255) = 43.83%

R = 44.36%
G = 11.81%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F842F5 (or 0xF842F5) is known color: Pink Flamingo. HEX triplet: F8, 42 and F5. RGB value is (248,66,245). Sum of RGB (Red+Green+Blue) = 248+66+245=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 66 (26.17% from 255 or 11.81% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F842F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F842F5 is #07BD0A. Grayscale: #8C8C8C. Windows color (decimal): -507147 or 16073464. OLE color: 16073464.

HSL color Cylindrical-coordinate representation of color #F842F5: hue angle of 300.99º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F842F5 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 66 245 -
CMYK 0 0.73 0.01 0.03
HSL 300.99º 0.93% 0.62% -
HSV(B) 300.99º 0.73% 0.97% -
XYZ 57.14 30.45 89.25 -
YUV 140.82 186.8 204.45 -
System Red Green Blue C M Y K H S L
Decimal 248 66 245 0 0.73 0.01 0.03 300.99 0.93 0.62
Hex F8 42 F5 0 49 1 3 12D 5D 3E
Octal 370 102 365 0 111 1 3 455 135 76
Binary 11111000 1000010 11110101 0 1001001 1 11 100101101 1011101 111110

Color Harmonies of #F842F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F842F5

Black with #F842F5

Text Example


Text Example

White with #F842F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F842F5; }

 p { color: rgb(248,66,245); }

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

background-color css

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

 a { background-color: rgb(248,66,245); }

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

border-color css

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

 span { border-color: rgb(248,66,245); }

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