Html Css Color HEX #F2579D Brilliant Rose

📋 copy color: '#F2579D'

red 242 ◦ green 87 ◦ blue 157

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

Shades of Brilliant Rose #F2579D

Tints of Brilliant Rose #F2579D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.9%

 BLUE value IS 157 (61.72% from 255) = 32.3%

R = 49.79%
G = 17.9%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2579D (or 0xF2579D) is known color: Brilliant Rose. HEX triplet: F2, 57 and 9D. RGB value is (242,87,157). Sum of RGB (Red+Green+Blue) = 242+87+157=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2579D is #0DA862. Grayscale: #8D8D8D. Windows color (decimal): -895075 or 10311666. OLE color: 10311666.

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

Color convert

RGB 242 87 157 -
CMYK 0 0.64 0.35 0.05
HSL 332.9º 0.86% 0.65% -
HSV(B) 332.9º 0.64% 0.95% -
XYZ 46.11 28.13 34.9 -
YUV 141.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 242 87 157 0 0.64 0.35 0.05 332.9 0.86 0.65
Hex F2 57 9D 0 40 23 5 14D 56 41
Octal 362 127 235 0 100 43 5 515 126 101
Binary 11110010 1010111 10011101 0 1000000 100011 101 101001101 1010110 1000001

Color Harmonies of #F2579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2579D

Black with #F2579D

Text Example


Text Example

White with #F2579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2579D; }

 p { color: rgb(242,87,157); }

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

background-color css

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

 a { background-color: rgb(242,87,157); }

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

border-color css

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

 span { border-color: rgb(242,87,157); }

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