Html Css Color HEX #F247AD Brilliant Rose

📋 copy color: '#F247AD'

red 242 ◦ green 71 ◦ blue 173

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

Shades of Brilliant Rose #F247AD

Tints of Brilliant Rose #F247AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.61%

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

R = 49.79%
G = 14.61%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F247AD (or 0xF247AD) is known color: Brilliant Rose. HEX triplet: F2, 47 and AD. RGB value is (242,71,173). Sum of RGB (Red+Green+Blue) = 242+71+173=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F247AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F247AD is #0DB852. Grayscale: #858585. Windows color (decimal): -899155 or 11356146. OLE color: 11356146.

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

Color convert

RGB 242 71 173 -
CMYK 0 0.71 0.29 0.05
HSL 324.21º 0.87% 0.61% -
HSV(B) 324.21º 0.71% 0.95% -
XYZ 46.41 26.4 42.18 -
YUV 133.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 242 71 173 0 0.71 0.29 0.05 324.21 0.87 0.61
Hex F2 47 AD 0 47 1D 5 144 57 3D
Octal 362 107 255 0 107 35 5 504 127 75
Binary 11110010 1000111 10101101 0 1000111 11101 101 101000100 1010111 111101

Color Harmonies of #F247AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F247AD

Black with #F247AD

Text Example


Text Example

White with #F247AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F247AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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