Html Css Color HEX #F267FD Pink Flamingo

📋 copy color: '#F267FD'

red 242 ◦ green 103 ◦ blue 253

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

Shades of Pink Flamingo #F267FD

Tints of Pink Flamingo #F267FD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.22%

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 40.47%
G = 17.22%
B = 42.31%

CMYK

 C value IS 0.04

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F267FD (or 0xF267FD) is known color: Pink Flamingo. HEX triplet: F2, 67 and FD. RGB value is (242,103,253). Sum of RGB (Red+Green+Blue) = 242+103+253=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 103 (40.62% from 255 or 17.22% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #F267FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FD is #0D9802. Grayscale: #A1A1A1. Windows color (decimal): -890883 or 16607218. OLE color: 16607218.

HSL color Cylindrical-coordinate representation of color #F267FD: hue angle of 295.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F267FD is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 103 253 -
CMYK 0.04 0.59 0 0.01
HSL 295.6º 0.97% 0.7% -
HSV(B) 295.6º 0.59% 0.99% -
XYZ 59.2 35.67 96.69 -
YUV 161.66 179.55 185.3 -
System Red Green Blue C M Y K H S L
Decimal 242 103 253 0.04 0.59 0 0.01 295.6 0.97 0.7
Hex F2 67 FD 4 3B 0 1 128 61 46
Octal 362 147 375 4 73 0 1 450 141 106
Binary 11110010 1100111 11111101 100 111011 0 1 100101000 1100001 1000110

Color Harmonies of #F267FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267FD

Black with #F267FD

Text Example


Text Example

White with #F267FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267FD; }

 p { color: rgb(242,103,253); }

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

background-color css

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

 a { background-color: rgb(242,103,253); }

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

border-color css

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

 span { border-color: rgb(242,103,253); }

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