Html Css Color HEX #F25298 Brilliant Rose

📋 copy color: '#F25298'

red 242 ◦ green 82 ◦ blue 152

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

Shades of Brilliant Rose #F25298

Tints of Brilliant Rose #F25298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.23%

 BLUE value IS 152 (59.77% from 255) = 31.93%

R = 50.84%
G = 17.23%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F25298 (or 0xF25298) is known color: Brilliant Rose. HEX triplet: F2, 52 and 98. RGB value is (242,82,152). Sum of RGB (Red+Green+Blue) = 242+82+152=476 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.84% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 242 - color contains mainly: red. Hex color #F25298 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25298 is #0DAD67. Grayscale: #898989. Windows color (decimal): -896360 or 9982706. OLE color: 9982706.

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

Color convert

RGB 242 82 152 -
CMYK 0 0.66 0.37 0.05
HSL 333.75º 0.86% 0.64% -
HSV(B) 333.75º 0.66% 0.95% -
XYZ 45.3 27.18 32.56 -
YUV 137.82 136.01 202.31 -
System Red Green Blue C M Y K H S L
Decimal 242 82 152 0 0.66 0.37 0.05 333.75 0.86 0.64
Hex F2 52 98 0 42 25 5 14E 56 40
Octal 362 122 230 0 102 45 5 516 126 100
Binary 11110010 1010010 10011000 0 1000010 100101 101 101001110 1010110 1000000

Color Harmonies of #F25298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25298

Black with #F25298

Text Example


Text Example

White with #F25298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25298; }

 p { color: rgb(242,82,152); }

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

background-color css

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

 a { background-color: rgb(242,82,152); }

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

border-color css

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

 span { border-color: rgb(242,82,152); }

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