Html Css Color HEX #F25C9E Brilliant Rose

📋 copy color: '#F25C9E'

red 242 ◦ green 92 ◦ blue 158

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

Shades of Brilliant Rose #F25C9E

Tints of Brilliant Rose #F25C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 32.11%

R = 49.19%
G = 18.7%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F25C9E (or 0xF25C9E) is known color: Brilliant Rose. HEX triplet: F2, 5C and 9E. RGB value is (242,92,158). Sum of RGB (Red+Green+Blue) = 242+92+158=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C9E is #0DA361. Grayscale: #909090. Windows color (decimal): -893794 or 10378482. OLE color: 10378482.

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

Color convert

RGB 242 92 158 -
CMYK 0 0.62 0.35 0.05
HSL 333.6º 0.85% 0.65% -
HSV(B) 333.6º 0.62% 0.95% -
XYZ 46.62 29 35.49 -
YUV 144.37 135.7 197.63 -
System Red Green Blue C M Y K H S L
Decimal 242 92 158 0 0.62 0.35 0.05 333.6 0.85 0.65
Hex F2 5C 9E 0 3E 23 5 14E 55 41
Octal 362 134 236 0 76 43 5 516 125 101
Binary 11110010 1011100 10011110 0 111110 100011 101 101001110 1010101 1000001

Color Harmonies of #F25C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25C9E

Black with #F25C9E

Text Example


Text Example

White with #F25C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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