Html Css Color HEX #F2559C Brilliant Rose

📋 copy color: '#F2559C'

red 242 ◦ green 85 ◦ blue 156

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

Shades of Brilliant Rose #F2559C

Tints of Brilliant Rose #F2559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.6%

 BLUE value IS 156 (61.33% from 255) = 32.3%

R = 50.1%
G = 17.6%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2559C (or 0xF2559C) is known color: Brilliant Rose. HEX triplet: F2, 55 and 9C. RGB value is (242,85,156). Sum of RGB (Red+Green+Blue) = 242+85+156=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F2559C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2559C is #0DAA63. Grayscale: #8B8B8B. Windows color (decimal): -895588 or 10245618. OLE color: 10245618.

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

Color convert

RGB 242 85 156 -
CMYK 0 0.65 0.36 0.05
HSL 332.87º 0.86% 0.64% -
HSV(B) 332.87º 0.65% 0.95% -
XYZ 45.87 27.77 34.4 -
YUV 140.04 137.01 200.73 -
System Red Green Blue C M Y K H S L
Decimal 242 85 156 0 0.65 0.36 0.05 332.87 0.86 0.64
Hex F2 55 9C 0 41 24 5 14D 56 40
Octal 362 125 234 0 101 44 5 515 126 100
Binary 11110010 1010101 10011100 0 1000001 100100 101 101001101 1010110 1000000

Color Harmonies of #F2559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2559C

Black with #F2559C

Text Example


Text Example

White with #F2559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2559C; }

 p { color: rgb(242,85,156); }

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

background-color css

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

 a { background-color: rgb(242,85,156); }

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

border-color css

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

 span { border-color: rgb(242,85,156); }

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