Html Css Color HEX #F2639F Brilliant Rose

📋 copy color: '#F2639F'

red 242 ◦ green 99 ◦ blue 159

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

Shades of Brilliant Rose #F2639F

Tints of Brilliant Rose #F2639F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 48.4%
G = 19.8%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2639F (or 0xF2639F) is known color: Brilliant Rose. HEX triplet: F2, 63 and 9F. RGB value is (242,99,159). Sum of RGB (Red+Green+Blue) = 242+99+159=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 99 (39.06% from 255 or 19.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F2639F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2639F is #0D9C60. Grayscale: #949494. Windows color (decimal): -892001 or 10445810. OLE color: 10445810.

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

Color convert

RGB 242 99 159 -
CMYK 0 0.59 0.34 0.05
HSL 334.83º 0.85% 0.67% -
HSV(B) 334.83º 0.59% 0.95% -
XYZ 47.34 30.3 36.16 -
YUV 148.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 242 99 159 0 0.59 0.34 0.05 334.83 0.85 0.67
Hex F2 63 9F 0 3B 22 5 14F 55 43
Octal 362 143 237 0 73 42 5 517 125 103
Binary 11110010 1100011 10011111 0 111011 100010 101 101001111 1010101 1000011

Color Harmonies of #F2639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2639F

Black with #F2639F

Text Example


Text Example

White with #F2639F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2639F; }

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

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

background-color css

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

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

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

border-color css

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

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

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