Html Css Color HEX #F26398 Brilliant Rose

📋 copy color: '#F26398'

red 242 ◦ green 99 ◦ blue 152

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

Shades of Brilliant Rose #F26398

Tints of Brilliant Rose #F26398

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.08%

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

R = 49.09%
G = 20.08%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F26398 (or 0xF26398) is known color: Brilliant Rose. HEX triplet: F2, 63 and 98. RGB value is (242,99,152). Sum of RGB (Red+Green+Blue) = 242+99+152=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F26398 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26398 is #0D9C67. Grayscale: #939393. Windows color (decimal): -892008 or 9987058. OLE color: 9987058.

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

Color convert

RGB 242 99 152 -
CMYK 0 0.59 0.37 0.05
HSL 337.76º 0.85% 0.67% -
HSV(B) 337.76º 0.59% 0.95% -
XYZ 46.75 30.07 33.05 -
YUV 147.8 130.38 195.19 -
System Red Green Blue C M Y K H S L
Decimal 242 99 152 0 0.59 0.37 0.05 337.76 0.85 0.67
Hex F2 63 98 0 3B 25 5 152 55 43
Octal 362 143 230 0 73 45 5 522 125 103
Binary 11110010 1100011 10011000 0 111011 100101 101 101010010 1010101 1000011

Color Harmonies of #F26398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26398

Black with #F26398

Text Example


Text Example

White with #F26398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26398; }

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

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

background-color css

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

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

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

border-color css

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

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

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