Html Css Color HEX #F261D4 Free Speech Magenta

📋 copy color: '#F261D4'

red 242 ◦ green 97 ◦ blue 212

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

Shades of Free Speech Magenta #F261D4

Tints of Free Speech Magenta #F261D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.6%

 BLUE value IS 212 (83.2% from 255) = 38.48%

R = 43.92%
G = 17.6%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F261D4 (or 0xF261D4) is known color: Free Speech Magenta. HEX triplet: F2, 61 and D4. RGB value is (242,97,212). Sum of RGB (Red+Green+Blue) = 242+97+212=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F261D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F261D4 is #0D9E2B. Grayscale: #999999. Windows color (decimal): -892460 or 13918706. OLE color: 13918706.

HSL color Cylindrical-coordinate representation of color #F261D4: hue angle of 312.41º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F261D4 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 97 212 -
CMYK 0 0.60 0.12 0.05
HSL 312.41º 0.85% 0.66% -
HSV(B) 312.41º 0.6% 0.95% -
XYZ 52.78 32.18 65.72 -
YUV 153.47 161.04 191.15 -
System Red Green Blue C M Y K H S L
Decimal 242 97 212 0 0.60 0.12 0.05 312.41 0.85 0.66
Hex F2 61 D4 0 3C C 5 138 55 42
Octal 362 141 324 0 74 14 5 470 125 102
Binary 11110010 1100001 11010100 0 111100 1100 101 100111000 1010101 1000010

Color Harmonies of #F261D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F261D4

Black with #F261D4

Text Example


Text Example

White with #F261D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F261D4; }

 p { color: rgb(242,97,212); }

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

background-color css

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

 a { background-color: rgb(242,97,212); }

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

border-color css

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

 span { border-color: rgb(242,97,212); }

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