Html Css Color HEX #F265A1 Brilliant Rose

📋 copy color: '#F265A1'

red 242 ◦ green 101 ◦ blue 161

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

Shades of Brilliant Rose #F265A1

Tints of Brilliant Rose #F265A1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.04%

 BLUE value IS 161 (63.28% from 255) = 31.94%

R = 48.02%
G = 20.04%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F265A1 (or 0xF265A1) is known color: Brilliant Rose. HEX triplet: F2, 65 and A1. RGB value is (242,101,161). Sum of RGB (Red+Green+Blue) = 242+101+161=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F265A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F265A1 is #0D9A5E. Grayscale: #959595. Windows color (decimal): -891487 or 10577394. OLE color: 10577394.

HSL color Cylindrical-coordinate representation of color #F265A1: hue angle of 334.47º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265A1 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 101 161 -
CMYK 0 0.58 0.33 0.05
HSL 334.47º 0.84% 0.67% -
HSV(B) 334.47º 0.58% 0.95% -
XYZ 47.7 30.76 37.14 -
YUV 150 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 242 101 161 0 0.58 0.33 0.05 334.47 0.84 0.67
Hex F2 65 A1 0 3A 21 5 14E 54 43
Octal 362 145 241 0 72 41 5 516 124 103
Binary 11110010 1100101 10100001 0 111010 100001 101 101001110 1010100 1000011

Color Harmonies of #F265A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F265A1

Black with #F265A1

Text Example


Text Example

White with #F265A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F265A1; }

 p { color: rgb(242,101,161); }

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

background-color css

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

 a { background-color: rgb(242,101,161); }

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

border-color css

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

 span { border-color: rgb(242,101,161); }

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