Html Css Color HEX #F258DF Free Speech Magenta

📋 copy color: '#F258DF'

red 242 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #F258DF

Tints of Free Speech Magenta #F258DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.91%

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 43.76%
G = 15.91%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F258DF (or 0xF258DF) is known color: Free Speech Magenta. HEX triplet: F2, 58 and DF. RGB value is (242,88,223). Sum of RGB (Red+Green+Blue) = 242+88+223=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F258DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F258DF is #0DA720. Grayscale: #959595. Windows color (decimal): -894753 or 14637298. OLE color: 14637298.

HSL color Cylindrical-coordinate representation of color #F258DF: hue angle of 307.4º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F258DF is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 88 223 -
CMYK 0 0.64 0.08 0.05
HSL 307.4º 0.86% 0.65% -
HSV(B) 307.4º 0.64% 0.95% -
XYZ 53.43 31.18 73.02 -
YUV 149.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 242 88 223 0 0.64 0.08 0.05 307.4 0.86 0.65
Hex F2 58 DF 0 40 8 5 133 56 41
Octal 362 130 337 0 100 10 5 463 126 101
Binary 11110010 1011000 11011111 0 1000000 1000 101 100110011 1010110 1000001

Color Harmonies of #F258DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F258DF

Black with #F258DF

Text Example


Text Example

White with #F258DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F258DF; }

 p { color: rgb(242,88,223); }

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

background-color css

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

 a { background-color: rgb(242,88,223); }

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

border-color css

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

 span { border-color: rgb(242,88,223); }

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