Html Css Color HEX #F26599 Brilliant Rose

📋 copy color: '#F26599'

red 242 ◦ green 101 ◦ blue 153

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

Shades of Brilliant Rose #F26599

Tints of Brilliant Rose #F26599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.36%

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

R = 48.79%
G = 20.36%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F26599 (or 0xF26599) is known color: Brilliant Rose. HEX triplet: F2, 65 and 99. RGB value is (242,101,153). Sum of RGB (Red+Green+Blue) = 242+101+153=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F26599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26599 is #0D9A66. Grayscale: #959595. Windows color (decimal): -891495 or 10053106. OLE color: 10053106.

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

Color convert

RGB 242 101 153 -
CMYK 0 0.58 0.37 0.05
HSL 337.87º 0.84% 0.67% -
HSV(B) 337.87º 0.58% 0.95% -
XYZ 47.02 30.48 33.54 -
YUV 149.09 130.21 194.27 -
System Red Green Blue C M Y K H S L
Decimal 242 101 153 0 0.58 0.37 0.05 337.87 0.84 0.67
Hex F2 65 99 0 3A 25 5 152 54 43
Octal 362 145 231 0 72 45 5 522 124 103
Binary 11110010 1100101 10011001 0 111010 100101 101 101010010 1010100 1000011

Color Harmonies of #F26599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26599

Black with #F26599

Text Example


Text Example

White with #F26599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26599; }

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

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

background-color css

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

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

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

border-color css

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

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

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