Html Css Color HEX #F250CD Free Speech Magenta

📋 copy color: '#F250CD'

red 242 ◦ green 80 ◦ blue 205

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

Shades of Free Speech Magenta #F250CD

Tints of Free Speech Magenta #F250CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.18%

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 45.92%
G = 15.18%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F250CD (or 0xF250CD) is known color: Free Speech Magenta. HEX triplet: F2, 50 and CD. RGB value is (242,80,205). Sum of RGB (Red+Green+Blue) = 242+80+205=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F250CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F250CD is #0DAF32. Grayscale: #8E8E8E. Windows color (decimal): -896819 or 13455602. OLE color: 13455602.

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

Color convert

RGB 242 80 205 -
CMYK 0 0.67 0.15 0.05
HSL 313.7º 0.86% 0.63% -
HSV(B) 313.7º 0.67% 0.95% -
XYZ 50.51 29.02 60.7 -
YUV 142.69 163.17 198.84 -
System Red Green Blue C M Y K H S L
Decimal 242 80 205 0 0.67 0.15 0.05 313.7 0.86 0.63
Hex F2 50 CD 0 43 F 5 13A 56 3F
Octal 362 120 315 0 103 17 5 472 126 77
Binary 11110010 1010000 11001101 0 1000011 1111 101 100111010 1010110 111111

Color Harmonies of #F250CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F250CD

Black with #F250CD

Text Example


Text Example

White with #F250CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F250CD; }

 p { color: rgb(242,80,205); }

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

background-color css

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

 a { background-color: rgb(242,80,205); }

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

border-color css

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

 span { border-color: rgb(242,80,205); }

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