Html Css Color HEX #F25BCF Free Speech Magenta

📋 copy color: '#F25BCF'

red 242 ◦ green 91 ◦ blue 207

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

Shades of Free Speech Magenta #F25BCF

Tints of Free Speech Magenta #F25BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.85%

 BLUE value IS 207 (81.25% from 255) = 38.33%

R = 44.81%
G = 16.85%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F25BCF (or 0xF25BCF) is known color: Free Speech Magenta. HEX triplet: F2, 5B and CF. RGB value is (242,91,207). Sum of RGB (Red+Green+Blue) = 242+91+207=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F25BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25BCF is #0DA430. Grayscale: #959595. Windows color (decimal): -894001 or 13589490. OLE color: 13589490.

HSL color Cylindrical-coordinate representation of color #F25BCF: hue angle of 313.91º 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 #F25BCF is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 91 207 -
CMYK 0 0.62 0.14 0.05
HSL 313.91º 0.85% 0.65% -
HSV(B) 313.91º 0.62% 0.95% -
XYZ 51.62 30.86 62.27 -
YUV 149.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 242 91 207 0 0.62 0.14 0.05 313.91 0.85 0.65
Hex F2 5B CF 0 3E E 5 13A 55 41
Octal 362 133 317 0 76 16 5 472 125 101
Binary 11110010 1011011 11001111 0 111110 1110 101 100111010 1010101 1000001

Color Harmonies of #F25BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25BCF

Black with #F25BCF

Text Example


Text Example

White with #F25BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25BCF; }

 p { color: rgb(242,91,207); }

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

background-color css

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

 a { background-color: rgb(242,91,207); }

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

border-color css

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

 span { border-color: rgb(242,91,207); }

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