Html Css Color HEX #F265D9 Free Speech Magenta

📋 copy color: '#F265D9'

red 242 ◦ green 101 ◦ blue 217

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

Shades of Free Speech Magenta #F265D9

Tints of Free Speech Magenta #F265D9

RGB

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

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

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

R = 43.21%
G = 18.04%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F265D9 (or 0xF265D9) is known color: Free Speech Magenta. HEX triplet: F2, 65 and D9. RGB value is (242,101,217). Sum of RGB (Red+Green+Blue) = 242+101+217=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F265D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F265D9 is #0D9A26. Grayscale: #9C9C9C. Windows color (decimal): -891431 or 14247410. OLE color: 14247410.

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

Color convert

RGB 242 101 217 -
CMYK 0 0.58 0.10 0.05
HSL 310.64º 0.84% 0.67% -
HSV(B) 310.64º 0.58% 0.95% -
XYZ 53.8 33.19 69.22 -
YUV 156.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 242 101 217 0 0.58 0.10 0.05 310.64 0.84 0.67
Hex F2 65 D9 0 3A A 5 137 54 43
Octal 362 145 331 0 72 12 5 467 124 103
Binary 11110010 1100101 11011001 0 111010 1010 101 100110111 1010100 1000011

Color Harmonies of #F265D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265D9

Black with #F265D9

Text Example


Text Example

White with #F265D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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