Html Css Color HEX #F841FF Pink Flamingo

📋 copy color: '#F841FF'

red 248 ◦ green 65 ◦ blue 255

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

Shades of Pink Flamingo #F841FF

Tints of Pink Flamingo #F841FF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 11.44%

 BLUE value IS 255 (100% from 255) = 44.89%

R = 43.66%
G = 11.44%
B = 44.89%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F841FF (or 0xF841FF) is known color: Pink Flamingo. HEX triplet: F8, 41 and FF. RGB value is (248,65,255). Sum of RGB (Red+Green+Blue) = 248+65+255=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 65 (25.78% from 255 or 11.44% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #F841FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F841FF is #07BE00. Grayscale: #8C8C8C. Windows color (decimal): -507393 or 16728568. OLE color: 16728568.

HSL color Cylindrical-coordinate representation of color #F841FF: hue angle of 297.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F841FF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 248 65 255 -
CMYK 0.03 0.75 0 0
HSL 297.79º 1% 0.63% -
HSV(B) 297.79º 0.75% 1% -
XYZ 58.65 30.96 97.49 -
YUV 141.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 248 65 255 0.03 0.75 0 0 297.79 1 0.63
Hex F8 41 FF 3 4B 0 0 12A 64 3F
Octal 370 101 377 3 113 0 0 452 144 77
Binary 11111000 1000001 11111111 11 1001011 0 0 100101010 1100100 111111

Color Harmonies of #F841FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F841FF

Black with #F841FF

Text Example


Text Example

White with #F841FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F841FF; }

 p { color: rgb(248,65,255); }

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

background-color css

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

 a { background-color: rgb(248,65,255); }

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

border-color css

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

 span { border-color: rgb(248,65,255); }

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