Html Css Color HEX #F25899 Brilliant Rose

📋 copy color: '#F25899'

red 242 ◦ green 88 ◦ blue 153

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

Shades of Brilliant Rose #F25899

Tints of Brilliant Rose #F25899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

 BLUE value IS 153 (60.16% from 255) = 31.68%

R = 50.1%
G = 18.22%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25899 (or 0xF25899) is known color: Brilliant Rose. HEX triplet: F2, 58 and 99. RGB value is (242,88,153). Sum of RGB (Red+Green+Blue) = 242+88+153=483 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.10% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 242 - color contains mainly: red. Hex color #F25899 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25899 is #0DA766. Grayscale: #8D8D8D. Windows color (decimal): -894823 or 10049778. OLE color: 10049778.

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

Color convert

RGB 242 88 153 -
CMYK 0 0.64 0.37 0.05
HSL 334.68º 0.86% 0.65% -
HSV(B) 334.68º 0.64% 0.95% -
XYZ 45.86 28.16 33.15 -
YUV 141.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 242 88 153 0 0.64 0.37 0.05 334.68 0.86 0.65
Hex F2 58 99 0 40 25 5 14F 56 41
Octal 362 130 231 0 100 45 5 517 126 101
Binary 11110010 1011000 10011001 0 1000000 100101 101 101001111 1010110 1000001

Color Harmonies of #F25899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25899

Black with #F25899

Text Example


Text Example

White with #F25899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25899; }

 p { color: rgb(242,88,153); }

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

background-color css

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

 a { background-color: rgb(242,88,153); }

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

border-color css

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

 span { border-color: rgb(242,88,153); }

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