Html Css Color HEX #F25C96 Brilliant Rose

📋 copy color: '#F25C96'

red 242 ◦ green 92 ◦ blue 150

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

Shades of Brilliant Rose #F25C96

Tints of Brilliant Rose #F25C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.99%

R = 50%
G = 19.01%
B = 30.99%

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

#F25C96 (or 0xF25C96) is known color: Brilliant Rose. HEX triplet: F2, 5C and 96. RGB value is (242,92,150). Sum of RGB (Red+Green+Blue) = 242+92+150=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C96 is #0DA369. Grayscale: #8F8F8F. Windows color (decimal): -893802 or 9854194. OLE color: 9854194.

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

Color convert

RGB 242 92 150 -
CMYK 0 0.62 0.38 0.05
HSL 336.8º 0.85% 0.65% -
HSV(B) 336.8º 0.62% 0.95% -
XYZ 45.95 28.73 31.98 -
YUV 143.46 131.7 198.28 -
System Red Green Blue C M Y K H S L
Decimal 242 92 150 0 0.62 0.38 0.05 336.8 0.85 0.65
Hex F2 5C 96 0 3E 26 5 151 55 41
Octal 362 134 226 0 76 46 5 521 125 101
Binary 11110010 1011100 10010110 0 111110 100110 101 101010001 1010101 1000001

Color Harmonies of #F25C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C96

Black with #F25C96

Text Example


Text Example

White with #F25C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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