Html Css Color HEX #F2659D Brilliant Rose

📋 copy color: '#F2659D'

red 242 ◦ green 101 ◦ blue 157

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

Shades of Brilliant Rose #F2659D

Tints of Brilliant Rose #F2659D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.4%

R = 48.4%
G = 20.2%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2659D (or 0xF2659D) is known color: Brilliant Rose. HEX triplet: F2, 65 and 9D. RGB value is (242,101,157). Sum of RGB (Red+Green+Blue) = 242+101+157=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2659D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2659D is #0D9A62. Grayscale: #959595. Windows color (decimal): -891491 or 10315250. OLE color: 10315250.

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

Color convert

RGB 242 101 157 -
CMYK 0 0.58 0.35 0.05
HSL 336.17º 0.84% 0.67% -
HSV(B) 336.17º 0.58% 0.95% -
XYZ 47.36 30.62 35.31 -
YUV 149.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 242 101 157 0 0.58 0.35 0.05 336.17 0.84 0.67
Hex F2 65 9D 0 3A 23 5 150 54 43
Octal 362 145 235 0 72 43 5 520 124 103
Binary 11110010 1100101 10011101 0 111010 100011 101 101010000 1010100 1000011

Color Harmonies of #F2659D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2659D

Black with #F2659D

Text Example


Text Example

White with #F2659D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2659D; }

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

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

background-color css

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

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

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

border-color css

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

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

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