Html Css Color HEX #F25CDB Free Speech Magenta

📋 copy color: '#F25CDB'

red 242 ◦ green 92 ◦ blue 219

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

Shades of Free Speech Magenta #F25CDB

Tints of Free Speech Magenta #F25CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.64%

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 43.76%
G = 16.64%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F25CDB (or 0xF25CDB) is known color: Free Speech Magenta. HEX triplet: F2, 5C and DB. RGB value is (242,92,219). Sum of RGB (Red+Green+Blue) = 242+92+219=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 92 (36.33% from 255 or 16.64% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F25CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25CDB is #0DA324. Grayscale: #969696. Windows color (decimal): -893733 or 14376178. OLE color: 14376178.

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

Color convert

RGB 242 92 219 -
CMYK 0 0.62 0.10 0.05
HSL 309.2º 0.85% 0.65% -
HSV(B) 309.2º 0.62% 0.95% -
XYZ 53.23 31.65 70.32 -
YUV 151.33 166.2 192.67 -
System Red Green Blue C M Y K H S L
Decimal 242 92 219 0 0.62 0.10 0.05 309.2 0.85 0.65
Hex F2 5C DB 0 3E A 5 135 55 41
Octal 362 134 333 0 76 12 5 465 125 101
Binary 11110010 1011100 11011011 0 111110 1010 101 100110101 1010101 1000001

Color Harmonies of #F25CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25CDB

Black with #F25CDB

Text Example


Text Example

White with #F25CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25CDB; }

 p { color: rgb(242,92,219); }

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

background-color css

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

 a { background-color: rgb(242,92,219); }

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

border-color css

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

 span { border-color: rgb(242,92,219); }

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