Html Css Color HEX #F25C95 Brilliant Rose

📋 copy color: '#F25C95'

red 242 ◦ green 92 ◦ blue 149

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

Shades of Brilliant Rose #F25C95

Tints of Brilliant Rose #F25C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.85%

R = 50.1%
G = 19.05%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F25C95 (or 0xF25C95) is known color: Brilliant Rose. HEX triplet: F2, 5C and 95. RGB value is (242,92,149). Sum of RGB (Red+Green+Blue) = 242+92+149=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 149 (58.59% from 255 or 30.85% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C95 is #0DA36A. Grayscale: #8F8F8F. Windows color (decimal): -893803 or 9788658. OLE color: 9788658.

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

Color convert

RGB 242 92 149 -
CMYK 0 0.62 0.38 0.05
HSL 337.2º 0.85% 0.65% -
HSV(B) 337.2º 0.62% 0.95% -
XYZ 45.87 28.7 31.56 -
YUV 143.35 131.2 198.37 -
System Red Green Blue C M Y K H S L
Decimal 242 92 149 0 0.62 0.38 0.05 337.2 0.85 0.65
Hex F2 5C 95 0 3E 26 5 151 55 41
Octal 362 134 225 0 76 46 5 521 125 101
Binary 11110010 1011100 10010101 0 111110 100110 101 101010001 1010101 1000001

Color Harmonies of #F25C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C95

Black with #F25C95

Text Example


Text Example

White with #F25C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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