Html Css Color HEX #F26096 Brilliant Rose

📋 copy color: '#F26096'

red 242 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #F26096

Tints of Brilliant Rose #F26096

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.67%

 BLUE value IS 150 (58.98% from 255) = 30.74%

R = 49.59%
G = 19.67%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F26096 (or 0xF26096) is known color: Brilliant Rose. HEX triplet: F2, 60 and 96. RGB value is (242,96,150). Sum of RGB (Red+Green+Blue) = 242+96+150=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 150 (58.98% from 255 or 30.74% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F26096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26096 is #0D9F69. Grayscale: #919191. Windows color (decimal): -892778 or 9855218. OLE color: 9855218.

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

Color convert

RGB 242 96 150 -
CMYK 0 0.60 0.38 0.05
HSL 337.81º 0.85% 0.66% -
HSV(B) 337.81º 0.6% 0.95% -
XYZ 46.31 29.45 32.1 -
YUV 145.81 130.37 196.61 -
System Red Green Blue C M Y K H S L
Decimal 242 96 150 0 0.60 0.38 0.05 337.81 0.85 0.66
Hex F2 60 96 0 3C 26 5 152 55 42
Octal 362 140 226 0 74 46 5 522 125 102
Binary 11110010 1100000 10010110 0 111100 100110 101 101010010 1010101 1000010

Color Harmonies of #F26096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26096

Black with #F26096

Text Example


Text Example

White with #F26096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26096; }

 p { color: rgb(242,96,150); }

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

background-color css

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

 a { background-color: rgb(242,96,150); }

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

border-color css

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

 span { border-color: rgb(242,96,150); }

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