Html Css Color HEX #F267D9 Free Speech Magenta

📋 copy color: '#F267D9'

red 242 ◦ green 103 ◦ blue 217

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

Shades of Free Speech Magenta #F267D9

Tints of Free Speech Magenta #F267D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.61%

R = 43.06%
G = 18.33%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F267D9 (or 0xF267D9) is known color: Free Speech Magenta. HEX triplet: F2, 67 and D9. RGB value is (242,103,217). Sum of RGB (Red+Green+Blue) = 242+103+217=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 103 (40.62% from 255 or 18.33% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F267D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267D9 is #0D9826. Grayscale: #9D9D9D. Windows color (decimal): -890919 or 14247922. OLE color: 14247922.

HSL color Cylindrical-coordinate representation of color #F267D9: hue angle of 310.79º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F267D9 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 103 217 -
CMYK 0 0.57 0.10 0.05
HSL 310.79º 0.84% 0.68% -
HSV(B) 310.79º 0.57% 0.95% -
XYZ 53.99 33.59 69.28 -
YUV 157.56 161.55 188.23 -
System Red Green Blue C M Y K H S L
Decimal 242 103 217 0 0.57 0.10 0.05 310.79 0.84 0.68
Hex F2 67 D9 0 39 A 5 137 54 44
Octal 362 147 331 0 71 12 5 467 124 104
Binary 11110010 1100111 11011001 0 111001 1010 101 100110111 1010100 1000100

Color Harmonies of #F267D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F267D9

Black with #F267D9

Text Example


Text Example

White with #F267D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F267D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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