Html Css Color HEX #F2639D Brilliant Rose

📋 copy color: '#F2639D'

red 242 ◦ green 99 ◦ blue 157

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

Shades of Brilliant Rose #F2639D

Tints of Brilliant Rose #F2639D

RGB

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

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

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

R = 48.59%
G = 19.88%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2639D (or 0xF2639D) is known color: Brilliant Rose. HEX triplet: F2, 63 and 9D. RGB value is (242,99,157). Sum of RGB (Red+Green+Blue) = 242+99+157=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2639D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F2639D is #0D9C62. Grayscale: #949494. Windows color (decimal): -892003 or 10314738. OLE color: 10314738.

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

Color convert

RGB 242 99 157 -
CMYK 0 0.59 0.35 0.05
HSL 335.66º 0.85% 0.67% -
HSV(B) 335.66º 0.59% 0.95% -
XYZ 47.17 30.24 35.25 -
YUV 148.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 242 99 157 0 0.59 0.35 0.05 335.66 0.85 0.67
Hex F2 63 9D 0 3B 23 5 150 55 43
Octal 362 143 235 0 73 43 5 520 125 103
Binary 11110010 1100011 10011101 0 111011 100011 101 101010000 1010101 1000011

Color Harmonies of #F2639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2639D

Black with #F2639D

Text Example


Text Example

White with #F2639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2639D; }

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

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

background-color css

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

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

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

border-color css

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

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

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