Html Css Color HEX #F265FB Pink Flamingo

📋 copy color: '#F265FB'

red 242 ◦ green 101 ◦ blue 251

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

Shades of Pink Flamingo #F265FB

Tints of Pink Flamingo #F265FB

RGB

 RED value IS 242 (94.92% from 255) = 40.74%

 GREEN value IS 101 (39.84% from 255) = 17%

 BLUE value IS 251 (98.44% from 255) = 42.26%

R = 40.74%
G = 17%
B = 42.26%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F265FB (or 0xF265FB) is known color: Pink Flamingo. HEX triplet: F2, 65 and FB. RGB value is (242,101,251). Sum of RGB (Red+Green+Blue) = 242+101+251=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 101 (39.84% from 255 or 17.00% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #F265FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265FB is #0D9A04. Grayscale: #9F9F9F. Windows color (decimal): -891397 or 16475634. OLE color: 16475634.

HSL color Cylindrical-coordinate representation of color #F265FB: hue angle of 296.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F265FB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 101 251 -
CMYK 0.04 0.60 0 0.02
HSL 296.4º 0.95% 0.69% -
HSV(B) 296.4º 0.6% 0.98% -
XYZ 58.68 35.15 94.96 -
YUV 160.26 179.21 186.3 -
System Red Green Blue C M Y K H S L
Decimal 242 101 251 0.04 0.60 0 0.02 296.4 0.95 0.69
Hex F2 65 FB 4 3C 0 2 128 5F 45
Octal 362 145 373 4 74 0 2 450 137 105
Binary 11110010 1100101 11111011 100 111100 0 10 100101000 1011111 1000101

Color Harmonies of #F265FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265FB

Black with #F265FB

Text Example


Text Example

White with #F265FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265FB; }

 p { color: rgb(242,101,251); }

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

background-color css

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

 a { background-color: rgb(242,101,251); }

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

border-color css

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

 span { border-color: rgb(242,101,251); }

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