Html Css Color HEX #F245A0 Brilliant Rose

📋 copy color: '#F245A0'

red 242 ◦ green 69 ◦ blue 160

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

Shades of Brilliant Rose #F245A0

Tints of Brilliant Rose #F245A0

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.65%

 BLUE value IS 160 (62.89% from 255) = 33.97%

R = 51.38%
G = 14.65%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F245A0 (or 0xF245A0) is known color: Brilliant Rose. HEX triplet: F2, 45 and A0. RGB value is (242,69,160). Sum of RGB (Red+Green+Blue) = 242+69+160=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 160 (62.89% from 255 or 33.97% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F245A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F245A0 is #0DBA5F. Grayscale: #828282. Windows color (decimal): -899680 or 10503666. OLE color: 10503666.

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

Color convert

RGB 242 69 160 -
CMYK 0 0.71 0.34 0.05
HSL 328.44º 0.87% 0.61% -
HSV(B) 328.44º 0.71% 0.95% -
XYZ 45.09 25.67 35.84 -
YUV 131.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 242 69 160 0 0.71 0.34 0.05 328.44 0.87 0.61
Hex F2 45 A0 0 47 22 5 148 57 3D
Octal 362 105 240 0 107 42 5 510 127 75
Binary 11110010 1000101 10100000 0 1000111 100010 101 101001000 1010111 111101

Color Harmonies of #F245A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F245A0

Black with #F245A0

Text Example


Text Example

White with #F245A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F245A0; }

 p { color: rgb(242,69,160); }

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

background-color css

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

 a { background-color: rgb(242,69,160); }

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

border-color css

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

 span { border-color: rgb(242,69,160); }

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