Html Css Color HEX #F242AD Brilliant Rose

📋 copy color: '#F242AD'

red 242 ◦ green 66 ◦ blue 173

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

Shades of Brilliant Rose #F242AD

Tints of Brilliant Rose #F242AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.72%

 BLUE value IS 173 (67.97% from 255) = 35.97%

R = 50.31%
G = 13.72%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F242AD (or 0xF242AD) is known color: Brilliant Rose. HEX triplet: F2, 42 and AD. RGB value is (242,66,173). Sum of RGB (Red+Green+Blue) = 242+66+173=481 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.31% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 242 - color contains mainly: red. Hex color #F242AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242AD is #0DBD52. Grayscale: #828282. Windows color (decimal): -900435 or 11354866. OLE color: 11354866.

HSL color Cylindrical-coordinate representation of color #F242AD: hue angle of 323.52º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F242AD is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 66 173 -
CMYK 0 0.73 0.29 0.05
HSL 323.52º 0.87% 0.6% -
HSV(B) 323.52º 0.73% 0.95% -
XYZ 46.11 25.79 42.08 -
YUV 130.82 151.81 207.3 -
System Red Green Blue C M Y K H S L
Decimal 242 66 173 0 0.73 0.29 0.05 323.52 0.87 0.6
Hex F2 42 AD 0 49 1D 5 144 57 3C
Octal 362 102 255 0 111 35 5 504 127 74
Binary 11110010 1000010 10101101 0 1001001 11101 101 101000100 1010111 111100

Color Harmonies of #F242AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242AD

Black with #F242AD

Text Example


Text Example

White with #F242AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242AD; }

 p { color: rgb(242,66,173); }

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

background-color css

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

 a { background-color: rgb(242,66,173); }

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

border-color css

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

 span { border-color: rgb(242,66,173); }

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