Html Css Color HEX #F26199 Brilliant Rose

📋 copy color: '#F26199'

red 242 ◦ green 97 ◦ blue 153

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

Shades of Brilliant Rose #F26199

Tints of Brilliant Rose #F26199

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

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

R = 49.19%
G = 19.72%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F26199 (or 0xF26199) is known color: Brilliant Rose. HEX triplet: F2, 61 and 99. RGB value is (242,97,153). Sum of RGB (Red+Green+Blue) = 242+97+153=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F26199 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26199 is #0D9E66. Grayscale: #929292. Windows color (decimal): -892519 or 10052082. OLE color: 10052082.

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

Color convert

RGB 242 97 153 -
CMYK 0 0.60 0.37 0.05
HSL 336.83º 0.85% 0.66% -
HSV(B) 336.83º 0.6% 0.95% -
XYZ 46.64 29.73 33.42 -
YUV 146.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 242 97 153 0 0.60 0.37 0.05 336.83 0.85 0.66
Hex F2 61 99 0 3C 25 5 151 55 42
Octal 362 141 231 0 74 45 5 521 125 102
Binary 11110010 1100001 10011001 0 111100 100101 101 101010001 1010101 1000010

Color Harmonies of #F26199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26199

Black with #F26199

Text Example


Text Example

White with #F26199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26199; }

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

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

background-color css

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

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

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

border-color css

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

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

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